Asa, My formula tested fine without the proposed change.

Don Guillett
Microsoft MVP Excel
SalesAid Software
dguille...@gmail.com

From: Asa Rossoff 
Sent: Sunday, March 11, 2012 11:28 AM
To: excel-macros@googlegroups.com 
Subject: RE: $$Excel-Macros$$ Query

Hi Aamir,

You're welcome.

 

The "maximum" version does that.  Array enter on row 2 and copy down.

=IF($C2<>"MAIN",IF($B2>MAX(IF(($A$2:$A$16=$A2)*($C$2:$C$16="MAIN"),$B$2:$B$16)),"Greater
 than Main",""),"")

 

Don's sumproduct version should work too; to calculate his formula only for 
non-main rows, you could wrap it in an IF like I used above:

=IF($C2<>"MAIN",formula,"")

 

Asa

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of Aamir Shahzad
Sent: Saturday, March 10, 2012 11:28 PM
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Query

 

Thanks Asa,

 

thanks for your formula, if specific id has more then one "Main" it should 
consider the 1st main then 2nd main. 

 

Regards,

 

Aamir Shahzad

 

On Sun, Mar 11, 2012 at 1:06 AM, Asa Rossoff <a...@lovetour.info> wrote:

Hi Aamir,

Should there be only one "main" per ID?  ID 1 has two mains.

 

This formula will give your desired result based on the sum of the MAINs for a 
given ID:

=IF($C2<>"MAIN",IF($B2>SUMIFS($B$2:$B$16,$A$2:$A$16,$A2,$C$2:$C$16,"MAIN"),"Greater
 than Main",""),"")

 

This will use the average of the MAINs for a given ID:

=IF($C2<>"MAIN",IF($B2>AVERAGEIFS($B$2:$B$16,$A$2:$A$16,$A2,$C$2:$C$16,"MAIN"),"Greater
 than Main",""),"")

 

This will use the maximum of the MAINs for a given ID.  Array formula, confirm 
entry with CSE (ctrl-shift-enter):

=IF($C2<>"MAIN",IF($B2>MAX(IF(($A$2:$A$16=$A2)*($C$2:$C$16="MAIN"),$B$2:$B$16)),"Greater
 than Main",""),"")

 

Asa

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of Aamir Shahzad
Sent: Saturday, March 10, 2012 9:32 AM
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Query

 

Dear Group,


 

If amount of specific id is grater then Main amount it should show comment. 
Please see the attached file and provide the formula for this. 

 

Regards,

Aamir Shahzad

 

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com




-- 

Regards,

Aamir Shahzad

 

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Reply via email to