Data not entered yet - formula calculate blank

G

Guest

I am using the workday function and want the formula to leave spaces blank
until information has been input into Excel. Right now it is showing a date
of Jan 5, 2000 and I do not want anything showing yet.
 
D

Dave O

Sounds like the "arguments" (input parameters) for your workday
function are in different cells that are referenced by the formula. Is
that correct?

If yes, you can write an IF statement along the lines of
=IF(A1<>"",WORKDAY(your arguments here),"")

This performs the workday calculation only if cell A1 is not blank.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top