#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default If Function

I am trying to create a function that tracks invoices and identifies when one
has gone astray.

I already have it created a basic formula that says if an invoice in the
"Date Received" column was received < 7 days ago say €śOK€ť but if it is 7
days old say €śACTION€ť, but what I want it to do is if there is nothing
entered in the €śDate Received€ť Column dont say ok or action just show it as
blank (Below).

=IF(ISBLANK(C12),"",IF(C12+7<TODAY(),"ACTION","OK" ))

I then want it to say that if there is a date in the "Date Sent Column" for
it to say "Invoice Sent".

Can anyone help?
--
Thanks,
LK
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default If Function

Maybe, for this part:
=IF(ISBLANK(C12),"",IF(C12+7<TODAY(),"ACTION","OK" ))


Try:
=IF(C12="","",IF(AND(ISNUMBER(C12),C12+7<TODAY()), "ACTION","OK"))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,600 Files:362 Subscribers:60
xdemechanik
---
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
ISBLANK function not working when cell is blank dut to function re mcmilja Excel Discussion (Misc queries) 9 May 7th 23 03:43 AM
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


All times are GMT +1. The time now is 08:25 AM.

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"