#1   Report Post  
carl
 
Posts: n/a
Default Nested IF ??

I am trying to handle the following billing scenario. My data is like so:

Start Date Free Try

12/6/2004 no
12/15/2004 yes

I would like to place a formula in column c that will tell me how many
business days of billing for the month the customer should be assigned.

Thank you in advance.
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

I'm a little unclear. If Free Try = "no", then calculate
the number of days from the start date to the end of the
month? If so, try:

=IF(B3="no",DATE(YEAR(TODAY()),MONTH(TODAY())+1,0)-A3,"")

HTH
Jason
Atlanta, GA

-----Original Message-----
I am trying to handle the following billing scenario. My

data is like so:

Start Date Free Try

12/6/2004 no
12/15/2004 yes

I would like to place a formula in column c that will

tell me how many
business days of billing for the month the customer

should be assigned.

Thank you 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
why are nested subtotals coming out below outer subtotals? Hendy Excel Worksheet Functions 2 January 18th 05 09:09 PM
Mini-editor for nested IF's in Excel Erik Neu Excel Discussion (Misc queries) 3 January 5th 05 12:30 AM
Q: Nested if JIM.H. Excel Discussion (Misc queries) 2 December 31st 04 10:17 PM
7+ nested if statement? Turi Excel Worksheet Functions 3 December 20th 04 08:55 PM
nested ifs sthompson Setting up and Configuration of Excel 1 December 15th 04 07:38 PM


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