Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
HI everybody !
I try do built an IF formula , if any test fails, none of the other ones are done. 1 ) I have this (is good in my local formula sintax) : =IF(SUM(A1:A5)<2;IF(SUM(B1:B5)<2;IF(SUM(C1:C5)<2;I F(SUM(D1:D5) <2;10*10;5*5)))) , but , it don't return 5*5 if , for eg. , in cell C1 the value is 6 ; it return false ! 2) Is good this formula , in the sens of my logic ?(if any test fails, none of the other ones are done) Thank you in advance |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() ytayta555;327633 Wrote: HI everybody ! I try do built an IF formula , if any test fails, none of the other ones are done. 1 ) I have this (is good in my local formula sintax) : =IF(SUM(A1:A5)<2;IF(SUM(B1:B5)<2;IF(SUM(C1:C5)<2;I F(SUM(D1:D5) <2;10*10;5*5)))) , but , it don't return 5*5 if , for eg. , in cell C1 the value is 6 ; it return false ! 2) Is good this formula , in the sens of my logic ?(if any test fails, none of the other ones are done) Thank you in advance Hi, have a look at my reply http://tinyurl.com/cpqrh4 -- Pecoflyer Cheers - ------------------------------------------------------------------------ Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=91554 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula fails if cells text format | Excel Discussion (Misc queries) | |||
Excel formula fails to update | Excel Discussion (Misc queries) | |||
Formula fails in text formatted cell | Excel Worksheet Functions | |||
How to use built-in Excel functions in PivotTable formula? | Excel Worksheet Functions | |||
VBA Formula Fails to Execute | Setting up and Configuration of Excel |