Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mla75
 
Posts: n/a
Default DATEVALUE & Empty cells

I've created a table to calculate deadline dates in output cells based on a
specified number working days between the start date and the targeted
deadline date (output). However, as many of the start dates have not yet
been determined, one of the input cells is empty... while the formula
recognizes this, it also uses 1/0/00 as the start date. Having these cells
filled with a nonsense date is confusing. Is there anyway to get the formula
to leave the output cell blank if any of the input cells are empty?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default DATEVALUE & Empty cells

Something like:

=IF(A2,WORKDAY(A2,B2,Holidays),"")

See WORKDAY in Excel's Help.

mla75 wrote:
I've created a table to calculate deadline dates in output cells based on a
specified number working days between the start date and the targeted
deadline date (output). However, as many of the start dates have not yet
been determined, one of the input cells is empty... while the formula
recognizes this, it also uses 1/0/00 as the start date. Having these cells
filled with a nonsense date is confusing. Is there anyway to get the formula
to leave the output cell blank if any of the input cells are empty?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mla75
 
Posts: n/a
Default DATEVALUE & Empty cells

Thanks Aladin,

I've already got the workday formula worked out, but the IF command has
helped me get rid of the nonsense numbers. Here's the formula I used:

=IF('C12=0,"***",'C12')

The C12=0 provides the logic statement - if cell c12 is empty (or =0)...

The next object provides instructions for what to do if the cell is empty -
insert "***" - this way I can easily eye if the data isn't present

and the next indicate what output is needed if the input cell has data

Thanks!

"Aladin Akyurek" wrote:

Something like:

=IF(A2,WORKDAY(A2,B2,Holidays),"")

See WORKDAY in Excel's Help.

mla75 wrote:
I've created a table to calculate deadline dates in output cells based on a
specified number working days between the start date and the targeted
deadline date (output). However, as many of the start dates have not yet
been determined, one of the input cells is empty... while the formula
recognizes this, it also uses 1/0/00 as the start date. Having these cells
filled with a nonsense date is confusing. Is there anyway to get the formula
to leave the output cell blank if any of the input cells are empty?


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
how insert same text in empty cells in column (10000 rows) bromptongadgets Excel Worksheet Functions 1 December 11th 05 03:13 PM
using functions empty cells inquirer Excel Discussion (Misc queries) 4 October 24th 05 06:50 AM
Copy empty cells from one workbook to another - Code Dave Peterson Excel Discussion (Misc queries) 1 September 23rd 05 02:10 PM
Excel - Autom. Filter "Empty / Non Empty cells" should come first Rom Excel Discussion (Misc queries) 0 August 10th 05 04:32 PM
how do populate empty cells with the contents of populated cells . Jim99 Excel Discussion (Misc queries) 6 April 21st 05 05:44 PM


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