I'm trying to determine a load, but it seems that the cell needs multiple if statements and I cant seem to get it to work quite right.
if sec = 1, if sec*lab+sec*lec>1.5*sec then 1.5*sec, else sec*lab+sec*lec
but if sec=2, if sec*lab+sec*lec>3*sec then 3*sec, else sec*lab+sec*lec
but if sec=3, if sec*lab+sec*lec>4.5*sec then 4.5*sec, else sec*lab+sec*lec
I need to do this on an excel side, not VBA but when I plug it in, I either get a True/false returned or #VALUE
I don't know if I need to use a if/or or if/and?? I would super appreciate anyone willing to take the time to help me on this one! Thanks