W Weldon Riker New Member Sep 6, 2017 #1 if the date in C1 is greater than 03/06/2018 put the value in B1 in C1
W Weldon Riker New Member Sep 6, 2017 #2 Weldon Riker said: if the date in C1 is greater than 03/06/2018 put the value in B1 in C1 Click to expand... Whoops! put the value in C1 in D1
Weldon Riker said: if the date in C1 is greater than 03/06/2018 put the value in B1 in C1 Click to expand... Whoops! put the value in C1 in D1
AlanSidman Well-Known Member Sep 6, 2017 #3 In D1 =if(C1>3/6/2018,C1,""). Make sure to format D1 as a date
N Nikunj Rastogi New Member Sep 6, 2017 #4 Hello Dear, Put this formula into cell D1 and then you will get the correct answer. =if(c1>Datevalue("03/06/2018"),c1,"")
Hello Dear, Put this formula into cell D1 and then you will get the correct answer. =if(c1>Datevalue("03/06/2018"),c1,"")
W Weldon Riker New Member Sep 7, 2017 #5 Nikunj Rastogi said: Hello Dear, Put this formula into cell D1 and then you will get the correct answer. =if(c1>Datevalue("03/06/2018"),c1,"") Click to expand... Thanks!! that did work (with a couple of different cell references) I am truly grateful
Nikunj Rastogi said: Hello Dear, Put this formula into cell D1 and then you will get the correct answer. =if(c1>Datevalue("03/06/2018"),c1,"") Click to expand... Thanks!! that did work (with a couple of different cell references) I am truly grateful