View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron@Buy Ron@Buy is offline
external usenet poster
 
Posts: 345
Default Nesting workday and if

I think I understand what you want, try:
=IF(C1<"",L1+WORKDAY(M2,5),"")


"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?