ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   using sysdate in "if" function (https://www.excelbanter.com/excel-worksheet-functions/87193-using-sysdate-if-function.html)

Avinash

using sysdate in "if" function
 
=IF(N21<="SYSDATE","B","O")

Above is the condition I want to use. But theresult i get is "B" only which
is not true as per the data.

starguy

using sysdate in "if" function
 

try this

IF(N21<=TODAY(),"B","A")


--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=539491


Avinash

using sysdate in "if" function
 
THANK YOU DEAR! IT REALLY SOLVED MY PROBLEM

"starguy" wrote:


try this

IF(N21<=TODAY(),"B","A")


--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=539491



starguy

using sysdate in "if" function
 

pleased to help you


--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=539491



All times are GMT +1. The time now is 09:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com