Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 683
Default nested what if statement

I am trying to solve this problem and really could use some help. Here is the
questions and the spread sheet information. If you have some helpful ideas
that would be awesome. Brian
cel b3 is the system date and time, cell g5 is the due date cell h5 is paid
(yes or blank) cell I is the status column and J is the action column.

Question is Satus column I: Use a nested form of the if function to display
"late" if B3 the (system date ) is greater than the due date and paid is not
yes. Otherwise the cell should appear blank (use 2 double quotes for blank
"")
Question Coulmn J: Usea a nested form of the if function to display
"collection" if the status is "Late" and amount due is less than or equal to
$100.00. Otherwise the cell should appear blank (use 2 double quotes for
blank).

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default nested what if statement

One way:

I5: =IF(AND($B$3G5,H5<"yes"),"late","")

J5: =IF(AND(I5="late",x<=100),"collection","")

where x is a reference to your amount due.

In article ,
brian wrote:

I am trying to solve this problem and really could use some help. Here is the
questions and the spread sheet information. If you have some helpful ideas
that would be awesome. Brian
cel b3 is the system date and time, cell g5 is the due date cell h5 is paid
(yes or blank) cell I is the status column and J is the action column.

Question is Satus column I: Use a nested form of the if function to display
"late" if B3 the (system date ) is greater than the due date and paid is not
yes. Otherwise the cell should appear blank (use 2 double quotes for blank
"")
Question Coulmn J: Usea a nested form of the if function to display
"collection" if the status is "Late" and amount due is less than or equal to
$100.00. Otherwise the cell should appear blank (use 2 double quotes for
blank).

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 IF/AND Statement buffgirl71 Excel Discussion (Misc queries) 1 October 10th 06 01:59 AM
Nested IF/AND Statement buffgirl71 Excel Discussion (Misc queries) 5 October 10th 06 01:07 AM
Help with a nested IF statement. BM Excel Discussion (Misc queries) 4 August 18th 06 04:36 AM
Nested IF Statement aposatsk Excel Discussion (Misc queries) 1 August 1st 06 05:19 PM
Nested If statement Jock W Excel Worksheet Functions 3 March 22nd 05 06:56 PM


All times are GMT +1. The time now is 04:33 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"