View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dav
 
Posts: n/a
Default How to simplify "multiple if" formula


if(edate(i4;1)<=$d$4,edate(i4;1);"")

or use the column function

if(edate($i4;column()-9)<=$d$4,edate($i4;(column()-9);"")

J is the 10th column hence column-9=1 and will increase as the formula
is copied to the right

Regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=542420