Hi. my formula
If(And(B1<>"",C1<>"",D1<>"",E1<>""),Sum(Large(B1:E1,1),Large(B1:E1,2)),"") it works fine when all having number , But some time I have text "ab" in the above range(B1:E1) . Here if it is no problem if there is any two numbers in that range but the problem is when only one(any) cell contain number , I want that number as result.How do I modify this formula. Thank u
Bookmarks