View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Nesting workday and if

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

"Vegas Sara" wrote:

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?