MrExcel Message Board


Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

Reply
 
Thread Tools Display Modes
Old Mar 29th, 2004, 04:03 PM   #1
dougie
 
Join Date: Mar 2004
Posts: 45
Default Formula help again pse

To many IF's, AND's & OR's for me to tackle.

I have the following formula which changes the status if five days have elapsed since the date of authorising to the date received.

Date authorised is column B, Date received is column C, Status column D

=if((today()-b2>5)*(c2="")=1,"chase","ok")

Date authorised date received status.

I now have another column A, WHICH IS DATE ACCEPTED. What i would like to do is add to the above formula by saying if date authorised is blank and todays date is five days after the date in column A, then type a message saying " chase authorising officer" if less than five days say OK.

Can this be done, thanks in anticipation

dougie is offline   Reply With Quote
Old Mar 29th, 2004, 04:08 PM   #2
Zack Barresse
MrExcel MVP
 
Zack Barresse's Avatar
 
Join Date: Dec 2003
Location: Oregon, USA
Posts: 9,624
Default

something like...

=if(b2="","",if(today()-a2>5,"Chasing authorising officer","OK"))
__________________
Regards,
Zack Barresse

All Excel Functions
(If you would like comments in any code, please say so.)
Zack Barresse is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT +1. The time now is 03:42 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
All contents Copyright 1998-2009 by MrExcel Consulting.