Thread: If (M10,M1)
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default If (M10,M1)

=IF(M10,M1,IF(L10,L1,IF(K10,K1,"")))
--
David Biddulph

"yovation" wrote in message
...
Hi,

I'm drawing a blank.....

Function in (N1) : =IF(M1 0, then M1) ELSE If(L1 0, then L1)
ELSE IF(K1 0, K1) etc......

Thank you.

Yovation