Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Zen Zen is offline
external usenet poster
 
Posts: 16
Default Regarding NESTED IF formula

Cell A1 always have the current date. Clearing date is in column B2, due date
is in column C2.
Want to have IF formula in A2 to give following checks (1) if clearing date
is lesser than current date than the
Message should be €œPaid€ (2) if due date is less than current date than the
message should be €œoverdue€ (3) if due
Date is = or than current date than the message should be €œ wait for
payment €œ.

Any help would be appreciated

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default Regarding NESTED IF formula

=IF(B2<A1,"Paid",IF(C2<A1,"overdue","wait for payment"))

--
__________________________________
HTH

Bob

"zen" wrote in message
...
Cell A1 always have the current date. Clearing date is in column B2, due
date
is in column C2.
Want to have IF formula in A2 to give following checks (1) if clearing
date
is lesser than current date than the
Message should be "Paid" (2) if due date is less than current date than
the
message should be "overdue" (3) if due
Date is = or than current date than the message should be " wait for
payment ".

Any help would be appreciated



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Regarding NESTED IF formula

hi
try this...
=IF(B2<A1,"Paid",IF(C2<A1,"overdue","Waiting"))


regards
FSt1

"zen" wrote:

Cell A1 always have the current date. Clearing date is in column B2, due date
is in column C2.
Want to have IF formula in A2 to give following checks (1) if clearing date
is lesser than current date than the
Message should be €œPaid€ (2) if due date is less than current date than the
message should be €œoverdue€ (3) if due
Date is = or than current date than the message should be €œ wait for
payment €œ.

Any help would be appreciated

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Regarding NESTED IF formula

=IF(B2<A$1,"Paid",IF(C2<A$1,"overdue"," wait for payment"))
--
David Biddulph

"zen" wrote in message
...
Cell A1 always have the current date. Clearing date is in column B2, due
date
is in column C2.
Want to have IF formula in A2 to give following checks (1) if clearing
date
is lesser than current date than the
Message should be "Paid" (2) if due date is less than current date than
the
message should be "overdue" (3) if due
Date is = or than current date than the message should be " wait for
payment ".

Any help would be appreciated



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Regarding NESTED IF formula



"zen" wrote:

Cell A1 always have the current date. Clearing date is in column B2, due date
is in column C2.
Want to have IF formula in A2 to give following checks (1) if clearing date
is lesser than current date than the
Message should be €œPaid€ (2) if due date is less than current date than the
message should be €œoverdue€ (3) if due
Date is = or than current date than the message should be €œ wait for
payment €œ.

Any help would be appreciated


Try this: =if(B2<A1),"PAID",IF(C2<A1),"OVERDUE",IF(C2=A1)," WAIT FOR
RESPONSE". (Do not forget any inverted commas, commas or parenthesis - it
will make you go nuts ! Believe me I know. Hope I've been of some help
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Nested formula help Rescueme Excel Worksheet Functions 4 December 28th 07 09:45 PM
Help again on an if nested formula CBZ[_2_] Excel Discussion (Misc queries) 14 June 27th 07 11:37 PM
Nested Formula help Ray Excel Discussion (Misc queries) 1 June 4th 07 10:11 PM
Nested Formula MichaelS Excel Worksheet Functions 6 November 28th 05 07:54 PM
Nested Formula Jeannette Excel Worksheet Functions 3 November 17th 04 07:04 PM


All times are GMT +1. The time now is 09:27 PM.

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

About Us

"It's about Microsoft Excel"