[mso] Re: excel IF statement help
- From: Thomas Hutchins <hutch99999@xxxxxxxxx>
- To: mso@xxxxxxxxxxxxx
- Date: Mon, 10 Sep 2007 11:49:57 -0700 (PDT)
Assuming $Date of Sale is in cell B6, does this do what you want?
=IF(TODAY()-B6>61,"90",IF(TODAY()-B6>31,"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).
http://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
*************************************************************
---------------------------------
Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel
and lay it on us.
*************************************************************
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).
http://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
*************************************************************
- References:
- [mso] excel IF statement help
- From: Mr JOSEPH HERWIG
Other related posts:
- » [mso] excel IF statement help
- » [mso] Re: excel IF statement help
- » [mso] Re: excel IF statement help
- » [mso] Re: excel IF statement help
- » [mso] Re: excel IF statement help
- » [mso] Re: excel IF statement help
- » [mso] Re: excel IF statement help
- [mso] excel IF statement help
- From: Mr JOSEPH HERWIG