Re: $$Excel-Macros$$ Need Help with IF(AND formula

2011-11-23 Thread Jedi Spencee
Thank you! On Tue, Nov 22, 2011 at 10:30 AM, Jedi Spencee wrote: > Hello- I am trying to write a formula that would return the COUNT and > SUM, with 3 criteria elements. > > IF(AND(data!F:F = "A"),and(data!B:B, = "04 - Closed Won"), and(data! > D:D, = Oct-11),count, "0") > > > Can this be done? >

RE: $$Excel-Macros$$ Need Help with IF(AND formula

2011-11-22 Thread Asa Rossoff
for more info on how the arguments work. Asa -Original Message- From: Asa Rossoff [mailto:a...@lovetour.info] Sent: Tuesday, November 22, 2011 7:38 PM To: 'excel-macros@googlegroups.com' Subject: RE: $$Excel-Macros$$ Need Help with IF(AND formula If you are using Excel 2007+, use C

RE: $$Excel-Macros$$ Need Help with IF(AND formula

2011-11-22 Thread Asa Rossoff
e thing inside the parenthesis. AND works with a list or array of things and returns TRUE if all of them are true, otherwise false. -Original Message- From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Jedi Spencee Sent: Tuesday, November 22, 2011

Re: $$Excel-Macros$$ Need Help with IF(AND formula

2011-11-22 Thread NOORAIN ANSARI
You can also try... =SUMPRODUCT((data!F:F = "A")*(data!B:B="04 - Closed Won")*(data!D:D="Oct-11")*(data!K:K=0)) -- Thanks & regards, Noorain Ansari *http://excelmacroworld.blogspot.com/* *http://noorain-ansari.blogspot.com/*

Re: $$Excel-Macros$$ Need Help with IF(AND formula

2011-11-22 Thread Aindril De
Hi, If you are using Excel 2007 or 2010, then you can use the SUMIFS or COUNTIFS to achieve the same. Cheers Andy On Tue, Nov 22, 2011 at 11:00 PM, Jedi Spencee wrote: > Hello- I am trying to write a formula that would return the COUNT and > SUM, with 3 criteria elements. > > IF(AND(data!F:F =

$$Excel-Macros$$ Need Help with IF(AND formula

2011-11-22 Thread Jedi Spencee
Hello- I am trying to write a formula that would return the COUNT and SUM, with 3 criteria elements. IF(AND(data!F:F = "A"),and(data!B:B, = "04 - Closed Won"), and(data! D:D, = Oct-11),count, "0") Can this be done? Thank you. -- FORUM RULES (934+ members already BANNED for violation) 1) Use