Hi all
I have an IF statememt query
I am currently using the formula
=IF(Workings!M102<1,Workings!M101,Workings!M102)
which is working fine how ever I wanted to incorporate IF M101 < 1 then give me M100
i tried the following
=IF(Workings!M102<1,Workings!M101,IF(Workings!M101<1,Workings!M100,Workings!M101))
but this did not work any help would be much appreciatted
Thanks
I have an IF statememt query
I am currently using the formula
=IF(Workings!M102<1,Workings!M101,Workings!M102)
which is working fine how ever I wanted to incorporate IF M101 < 1 then give me M100
i tried the following
=IF(Workings!M102<1,Workings!M101,IF(Workings!M101<1,Workings!M100,Workings!M101))
but this did not work any help would be much appreciatted
Thanks