Hi all,
This is probably a really simple question....
I have a cell with a value, say value of C1 is 10.
I need a formula to read whether the value in C1 is between 0 and 1000 and if so to return a value of 1, or else return a blank.
I am writing the if statement as follows:
If(0<C1<1000,1,"")
Needless to say it's not working for me!
Any ideas that may help?
Thanks,
Owen
This is probably a really simple question....
I have a cell with a value, say value of C1 is 10.
I need a formula to read whether the value in C1 is between 0 and 1000 and if so to return a value of 1, or else return a blank.
I am writing the if statement as follows:
If(0<C1<1000,1,"")
Needless to say it's not working for me!
Any ideas that may help?
Thanks,
Owen