D
David
I have to create a column that shows traffic movement data.
I'm not really used to Excel and this is the formula I
have come up with thus far:
=(IF(AND(G23>0,H23>0),"oops","")),
(IF(AND(G23>0,H23<0),"MAYBE","")),
(IF(AND(G23<0,H23>0),"MAYBE","")),
(IF(AND(G23<0,H23<0),"YAY",""))
Each part on it's own works but when I put them together
it gives an output of '#VALUE'
I've tried some different ways of doing this but the
output is always either '#VALUE' or '#REF'
Any assistance would be much appreciated
Thanku
I'm not really used to Excel and this is the formula I
have come up with thus far:
=(IF(AND(G23>0,H23>0),"oops","")),
(IF(AND(G23>0,H23<0),"MAYBE","")),
(IF(AND(G23<0,H23>0),"MAYBE","")),
(IF(AND(G23<0,H23<0),"YAY",""))
Each part on it's own works but when I put them together
it gives an output of '#VALUE'
I've tried some different ways of doing this but the
output is always either '#VALUE' or '#REF'
Any assistance would be much appreciated
Thanku