Ahh perfect it condenses the 4 conditions to at least 2, it´s still a little
confusing for me to put formula into formulas and organize them. 1001 thanks
Paul, Excellent as usual :)

2011/3/3 Paul Schreiner <schreiner_p...@att.net>

> I would use:
> =IF(IF(P3>T3,1,0)+IF(Q3>U3,1,0)+IF(R3>V3,1,0)+IF(S3>W3,1,0)>=2,true,false)
>
> Paul
>
>  ------------------------------
> *From:* Jorge Marques <leote.w...@gmail.com>
> *To:* excel-macros@googlegroups.com
> *Sent:* Thu, March 3, 2011 4:39:26 AM
> *Subject:* $$Excel-Macros$$ Fwd: Help on formula
>
>  Hi guys i need a help on a formula or at least a way to change what i was
> thinking with a formula or macro
>
> i have two years that i have to compare, 2009 and 2010, they are in
> quarters(Q1,Q2;Q3,Q4) i made a formula that gives true or false under this
> condition
>
> if at least  2 of 4 quarters of 2010 have lower values comparing to the
> same quarters of 2009 the formula gives true else false like if Q1 2009 > Q1
> 2010 and so on,
>
> or(and(P3>T3, Q3>U3), and(Q3>U3, R3>V3...) and so on, is it really
> necessary to do all the possible combinations in this formula?thank you very
> much in advance
>
> I put in attach the excel file. 1000 thnks
>
> --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/discussexcel
>
> --
>
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-macros@googlegroups.com
>
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/discussexcel
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to