Nesting workday and if

V

Vegas Sara

I want to write the formula for if C1<>"" add 5 workdays to L1. When I use
=WORKDAY(M2, 5) I get #Name? What am I doing wrong with this part of the
formula and would the if be nested inside workday or vice versa?
 
T

T. Valko

I get #Name?

Look in Excel help on the WORKDAY function. It'll tell you what to do when
you get #NAME?.
 
M

Mike H

Hi,

had you looked in help you would have read this:-

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in.

Tools|Addins and check the analysis toolpak then try this formula

=IF(C1<>"",WORKDAY(L1,5),"")

Mike
 

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