Formulas - Microsoft Community
                Office                /                        Excel                    /                        Other/unknown                    /                        Office 2013                
 
  
quick question.
=edate(m2010,vlookup(l2010,'probationary table'!$a:$b,2,false)). using formula in project.
when other cells aren't referenced, want leave blank, instead of #value or #n/a error.
can assist me this.
greatly appreciated.
try
=iferror(edate(m2010,vlookup(l2010,'probationary table'!$a:$b,2,false)),"")
best wises
                Office                /                        Excel                    /                        Other/unknown                    /                        Office 2013                
 
  
Comments
Post a Comment