View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tech1NJ tech1NJ is offline
external usenet poster
 
Posts: 58
Default using a IF statement to return a value

The formula as is works. Is D9 empty by default or are you typing the account
number in manually?
--
tech1NJ


"Cindy M" wrote:

trying to have my formula to either give me an account number or D9 is blank
return a value of "blank"


=IF(D9="040410",411000,IF(D9="040428",420026,IF(D9 ="040403",420011,IF(D9="040405",420028,IF(D9="0404 07",420013)))))
--
Cindy