#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default IF/AND Function

I have a spreadsheet that we are tracking billing statements for Medical
Records, and I am struggling to get my formula to work the way I want it to.
We send a past due notice at 30, 60 and 90 days if no payment has been
received.

I have tried to right an IF statement as follows:
=If(TODAY()-A1)30,"3-","") This works for just the aging process, but I
would prefer it give me the 30, 60 or 90, PLUS if my amount column has
anything in it, leave the aging section blank. I can write my separate
amount formula as follows: =IF(j10,"","30"), but this is not accurate as
it's not pulling the date correctly.

I hope this makes sense, and if anyone can enlighten me, I would greatly
appreciate it.

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default IF/AND Function

If I get your problem correctly:

=IF(C13<""; ""; IF($B$7-D1390; "over 90!"; IF($B$7-D1360; "over 60!";
IF($B$7-D1330; "over 30!"; "no rush yet..." ) ) ) )


"Sr Accountant" wrote:

I have a spreadsheet that we are tracking billing statements for Medical
Records, and I am struggling to get my formula to work the way I want it to.
We send a past due notice at 30, 60 and 90 days if no payment has been
received.

I have tried to right an IF statement as follows:
=If(TODAY()-A1)30,"3-","") This works for just the aging process, but I
would prefer it give me the 30, 60 or 90, PLUS if my amount column has
anything in it, leave the aging section blank. I can write my separate
amount formula as follows: =IF(j10,"","30"), but this is not accurate as
it's not pulling the date correctly.

I hope this makes sense, and if anyone can enlighten me, I would greatly
appreciate it.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default IF/AND Function

where the C column contains the amounts paid
B7 contains "=today()"
and the D column contain the due dates

sorry...

"duxxyy" wrote:

If I get your problem correctly:

=IF(C13<""; ""; IF($B$7-D1390; "over 90!"; IF($B$7-D1360; "over 60!";
IF($B$7-D1330; "over 30!"; "no rush yet..." ) ) ) )


"Sr Accountant" wrote:

I have a spreadsheet that we are tracking billing statements for Medical
Records, and I am struggling to get my formula to work the way I want it to.
We send a past due notice at 30, 60 and 90 days if no payment has been
received.

I have tried to right an IF statement as follows:
=If(TODAY()-A1)30,"3-","") This works for just the aging process, but I
would prefer it give me the 30, 60 or 90, PLUS if my amount column has
anything in it, leave the aging section blank. I can write my separate
amount formula as follows: =IF(j10,"","30"), but this is not accurate as
it's not pulling the date correctly.

I hope this makes sense, and if anyone can enlighten me, I would greatly
appreciate it.

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default IF/AND Function

Thank you. This is exactly what I needed.

Have a good one.

"duxxyy" wrote:

If I get your problem correctly:

=IF(C13<""; ""; IF($B$7-D1390; "over 90!"; IF($B$7-D1360; "over 60!";
IF($B$7-D1330; "over 30!"; "no rush yet..." ) ) ) )


"Sr Accountant" wrote:

I have a spreadsheet that we are tracking billing statements for Medical
Records, and I am struggling to get my formula to work the way I want it to.
We send a past due notice at 30, 60 and 90 days if no payment has been
received.

I have tried to right an IF statement as follows:
=If(TODAY()-A1)30,"3-","") This works for just the aging process, but I
would prefer it give me the 30, 60 or 90, PLUS if my amount column has
anything in it, leave the aging section blank. I can write my separate
amount formula as follows: =IF(j10,"","30"), but this is not accurate as
it's not pulling the date correctly.

I hope this makes sense, and if anyone can enlighten me, I would greatly
appreciate it.

Thanks

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
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


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