G Guest Aug 24, 2005 #1 I need to create a formula that will add the current System time to a given cell if a given cell is greater than 0
I need to create a formula that will add the current System time to a given cell if a given cell is greater than 0
C Chip Pearson Aug 24, 2005 #3 Try something like =IF(A1>0,NOW(),"") -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com message news:[email protected]...
Try something like =IF(A1>0,NOW(),"") -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com message news:[email protected]...