On Tuesday 05 July 2011 05:29, James wrote: > I want to put an 'x' in Calc cells based on whether another cell's > date (totalincoming) is larger than a different cell's value. > I started this macro but is there an easier way? > How do I set a cell's value?
I'd forget the macro and just use 'IF' or am i missing something? =IF(B3>C3;"X";"O") -- Michael -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
