View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default Can anyone tell me what this formula means?

Perhaps the person who originally created the formula either did not
understand Excel well or else was experimenting with IF THEN ELSE syntax???
--
Brevity is the soul of wit.


"Don Guillett" wrote:

Nothing. If the cell is empty then blank else c351/1 which makes no sense
cuz this is the same.

IF(C348="","",C351)

--
Don Guillett
SalesAid Software

"Shazzer" wrote in message
...
IF(C348="","",(SUM(C351)/1))

What is it checking for in C348?

Thank you