[mso] Re: excel IF statement help

  • From: "Mr JOSEPH HERWIG" <herwigs911@xxxxxxxxxxx>
  • To: <mso@xxxxxxxxxxxxx>
  • Date: Mon, 10 Sep 2007 15:44:31 -0400

Thanks to David and Thomas for responding to my question. I actually worked 
it out in a totally different way. I created a coloumn that had "TODAY" and 
then a column for the different between the two (TODAY and the date of sale) 
equaling the age of the past due amounts. That way I was able to creat a 
much simpler "If" statment utilizing the "AND" comand to get my range. This 
is an example =IF(AND(J11>=31,J11<60),C11,"").

Kind regards,
Beth
----- Original Message ----- 
From: "Thomas Hutchins" <hutch99999@xxxxxxxxx>
To: <mso@xxxxxxxxxxxxx>
Sent: Monday, September 10, 2007 3:32 PM
Subject: [mso] Re: excel IF statement help


> Please ignore my first reply. Try this instead (still assuming Date of 
> Sale is in B6):
>
> 
> =IF(TODAY()-B6>90,">90",IF(TODAY()-B6>60,"90",IF(TODAY()-B6>30,"60",IF(TODAY()-B6>0,"30",""))))
>
>  Hope this helps,
>
>  Hutch
> Mr JOSEPH HERWIG <herwigs911@xxxxxxxxxxx> wrote:
>  I am trying to make up an accounts receivable aging that automatically 
> updates the outstanding amounts automatically each day to the appropriate 
> bucket (1 - 30 days, 31-60 days, 60 - 90 days, and >90). I have computed 
> this formula, but it doesn't seem to do the job quite right.
> =IF($Date of SaleTODAY(),"",))))
>
> It needs to do a date range (1 - 30) rather then just less than 30 etc. 
> Not sure if I'm even on the right track. Can anyone help?
>
>
> Beth Herwig
> *************************************************************
> You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
> MicrosoftOffice@xxxxxxxxxxxxxxxx
>
> To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
>
> To Unsubscribe from this group, visit the group's homepage and use the 
> dropdown menu at the top. This will allow you to unsubscribe your email 
> address or change your email settings to digest or vacation (no mail).
> //www.freelists.org/webpage/mso
>
> To be able to share files with the group, you must join our Yahoo sister 
> group. This group will not allow for posting of emails, but will allow you 
> to join and share problem files, templates, etc.: 
> http://tech.groups.yahoo.com/group/MicrosoftOffice . This group is for 
> FILE SHARING ONLY.
>
> If you are using Outlook and you see a lot of unnecessary code in your 
> email messages, read these instructions that explain why and how to fix 
> it:
> http://personal-computer-tutor.com/abc3/v28/greg28.htm
> *************************************************************
>
>
>
> ---------------------------------
> Yahoo! oneSearch: Finally,  mobile search that gives answers, not web 
> links.
>
> *************************************************************
> You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
> MicrosoftOffice@xxxxxxxxxxxxxxxx
>
> To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
>
> To Unsubscribe from this group, visit the group's homepage and use the 
> dropdown menu at the top.  This will allow you to unsubscribe your email 
> address or change your email settings to digest or vacation (no mail).
> //www.freelists.org/webpage/mso
>
> To be able to share files with the group, you must join our Yahoo sister 
> group.  This group will not allow for posting of emails, but will allow 
> you to join and share problem files, templates, etc.: 
> http://tech.groups.yahoo.com/group/MicrosoftOffice . This group is for 
> FILE SHARING ONLY.
>
> If you are using Outlook and you see a lot of unnecessary code in your 
> email messages, read these instructions that explain why and how to fix 
> it:
> http://personal-computer-tutor.com/abc3/v28/greg28.htm
> ************************************************************* 

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, visit the group's homepage and use the dropdown 
menu at the top.  This will allow you to unsubscribe your email address or 
change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to share files with the group, you must join our Yahoo sister group. 
 This group will not allow for posting of emails, but will allow you to join 
and share problem files, templates, etc.:  
http://tech.groups.yahoo.com/group/MicrosoftOffice . This group is for FILE 
SHARING ONLY.

If you are using Outlook and you see a lot of unnecessary code in your email 
messages, read these instructions that explain why and how to fix it:
http://personal-computer-tutor.com/abc3/v28/greg28.htm
*************************************************************

Other related posts: