Originally Posted by Efrem
2) Enter formulas like these into the two conditional destination cells:
=if(third cell > 100,first cell,"")
=if(third cell > 100,second cell,"")
The "" puts a null text string (i.e., nothing at all) in the destination cells if the condition in the IF function is not satisfied.
would it be possible to do this with times?
For example:
if time in third cell > 2:00pm?
Thanks again,