Re: $$Excel-Macros$$ Fwd: Help on formula

2011-03-07 Thread Jorge Marques
Oh yes, thank you very much both you, it´s excellent, the more it´s simplified the better, i put in a formula with various conditions!1000 thanks :) 2011/3/7 OpenExcel.com > Hi Jorge, > > > If you want to further reduce your formula size, you can use > =IF(((P3>T3)+(Q3>U3)+(R3>V3)+(S3>W3))>=2,T

Re: $$Excel-Macros$$ Fwd: Help on formula

2011-03-06 Thread OpenExcel.com
Hi Jorge, If you want to further reduce your formula size, you can use =IF(((P3>T3)+(Q3>U3)+(R3>V3)+(S3>W3))>=2,TRUE,FALSE) I only modified Paul's formula. So, Thanks Paul. -- Excel VBA Interview Questions

Re: $$Excel-Macros$$ Fwd: Help on formula

2011-03-04 Thread Jorge Marques
gt;W3,1,0)>=2,true,false) > > Paul > > -- > *From:* Jorge Marques > *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

Re: $$Excel-Macros$$ Fwd: Help on formula

2011-03-03 Thread Paul Schreiner
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 To: excel-macros@googlegroups.com Sent: Thu, March 3, 2011 4:39:26 AM Subject: $$Excel-Macros$$ Fwd: Help on formula Hi guys i n

$$Excel-Macros$$ Fwd: Help on formula

2011-03-03 Thread Jorge Marques
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