Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default HOW to built a IF formula , if any test fails, none of the other onesto be done ?


Hi,
I don't really understand what you are trying to achieve.
What is 5*5? 25? a text string "5*5"?
But assuming that if any of the tests fails the value the cell gets is
25 you can start as follows
=if(or(sum(a1:a5)<2;sum(b1:b5)<2),25,anothervalue)
What happens when all tests succeed?

ytayta555;327695 Wrote:
HI everybody !

I try to built a IF formula , if any test fails, none of the other
ones to be done ;

1) I have this formula :
=IF(SUM(A1:A5)<2;IF(SUM(B1:B5)<2;IF(SUM(C1:C5)<2;S UM(D1:D5);5*5)))
but , for eg. it return FALSE , if in cell C1 the value is 3 , it
don't return
the value of 5*5 , how I expected .

2) Is this formula good , in the sense of my logic ? ...( if any test
fails, none
of the other ones to be done ) ?

Many thanks in advance



--
Pecoflyer

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows file
upload -faster and better answers

*Adding your XL version* to your post helps finding solution faster
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=91573

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HOW to built a IF formula , if any test fails, none of the other onesto be done ? ytayta555 Excel Worksheet Functions 1 May 4th 09 01:43 PM
Excel formula fails to update barry Excel Discussion (Misc queries) 1 September 17th 06 12:44 PM
Formula fails in text formatted cell kennoc Excel Worksheet Functions 2 May 3rd 06 12:36 AM
How to use built-in Excel functions in PivotTable formula? Tim Davies Excel Worksheet Functions 1 January 21st 06 04:05 AM
VBA Formula Fails to Execute Patrice Stewart Setting up and Configuration of Excel 1 August 24th 05 09:45 PM


All times are GMT +1. The time now is 12:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"