Thread: 0 < F6 < 12
View Single Post
  #5   Report Post  
Michelle P
 
Posts: n/a
Default

And I think I'm on my seventh nest, so this IF formula is about to come to an
end. And I'm only halfway done. Grr.

"TomHinkle" wrote:

C was the precursor to C++, C#... You were able to do a LOT of stuff in it
like you are asking.
ex.. F6++ would add one to F6.

in VBA there is a BETWEEN operator as well (.. F6 between 0 AND 12 ), BUT
sounded like you were sticking to a simple formula..

"Michelle P" wrote:

OK, thanks.

What's a C programmer?

"TomHinkle" wrote:

are you a C programmer??

I don't think that will work.. have to use AND function

AND(0<F6,F6<12)



"Michelle P" wrote:

Can I use this in an IF formula? rather than F60,F6<12.

Thanks,
Michelle