#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default IF formula

hello,
now i am using below formula which is working, but now i want extend bit
more that is if S7 (has date) if older than today(date) then need "Timeover"
=IF(Q7="","Waiting Ship","Shipped") <-- Now using

=IF(Q7="","Waiting Ship","Shipped",IF(S7<"TODAY()","Timeover")) <-- New want

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default IF formula

not completely sure on your priority levels but
maybe
=if(Q7="",if(S7<today(),"Timeover","Waiting ship"),"Shipped")
"Tufail" wrote:

hello,
now i am using below formula which is working, but now i want extend bit
more that is if S7 (has date) if older than today(date) then need "Timeover"
=IF(Q7="","Waiting Ship","Shipped") <-- Now using

=IF(Q7="","Waiting Ship","Shipped",IF(S7<"TODAY()","Timeover")) <-- New want

Thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default IF formula

thank you very much and this is what i was looking.

"bj" wrote:

not completely sure on your priority levels but
maybe
=if(Q7="",if(S7<today(),"Timeover","Waiting ship"),"Shipped")
"Tufail" wrote:

hello,
now i am using below formula which is working, but now i want extend bit
more that is if S7 (has date) if older than today(date) then need "Timeover"
=IF(Q7="","Waiting Ship","Shipped") <-- Now using

=IF(Q7="","Waiting Ship","Shipped",IF(S7<"TODAY()","Timeover")) <-- New want

Thanks in advance.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"