#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Max sums

Is there a way to specify a maximum sum to be added to a larger total.
Example: To qualify for an award, you must make 100 points with 5 different
catergories but there are maximum points for certain caterories. I've tried
a few things but nothing has worked so far. Anyone? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Max sums

Not much info to go by. Here's my best guess...

.............A..............B................C..
1........Cat..........Max..........Actual
2..........1.............20..............74
3..........2.............30..............61
4..........3.............40..............26
5..........4.............30..............11
6..........5.............50..............15

Try this array formula:

=SUM(IF(B2:B6=C2:C6,C2:C6,B2:B6))

Total points = 102 (20,30,26,11,15)

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)


--
Biff
Microsoft Excel MVP


"RPFD531" wrote in message
...
Is there a way to specify a maximum sum to be added to a larger total.
Example: To qualify for an award, you must make 100 points with 5
different
catergories but there are maximum points for certain caterories. I've
tried
a few things but nothing has worked so far. Anyone? Thanks.



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
sums KELLEE Excel Discussion (Misc queries) 4 February 7th 08 09:49 PM
SUMS Pascale Excel Discussion (Misc queries) 2 January 9th 08 07:55 PM
How to add previous sums in a column to current sums in a column? TD Excel Worksheet Functions 1 September 30th 06 02:55 PM
Sums cosmos5955 Excel Discussion (Misc queries) 1 March 30th 06 09:42 PM
Sums Jet Excel Discussion (Misc queries) 5 January 13th 05 06:51 PM


All times are GMT +1. The time now is 12:25 AM.

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"