Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Ok, I have a table that is looking to sum the relevant sections, the table currently goes: 0-10,000 10,001-20,000 20,001-30,000 And so on (all figures are integers). The ranges relate to turnover by case and for whichever range the turnover falls in I want to sum a cost column. This is simple enough to do and at the moment I have: =SUMIF($E$13:$E$17,"0",$F$3:$F$5000)-SUMIF($E$3:$E$5000,"10000",$F$3:$F$5000) The problem is this range is liable to change and I want to link the greater than (and less than) to the cells the figures fit in. Each of the components of the range (i.e. the 0-10000) is in a different cell so easy to link to but Excel isnt having it. I have tried using INDIRECT and CONCATENATE to get it to work but it still isn't working any ideas? -- chalky ------------------------------------------------------------------------ chalky's Profile: http://www.excelforum.com/member.php...o&userid=23758 View this thread: http://www.excelforum.com/showthread...hreadid=493048 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
How do I use the sumif if I have multiple criteria (i.e. greater . | Excel Worksheet Functions | |||
I want the greater number of 2 cells to show in a separate cell | Excel Discussion (Misc queries) | |||
I want the greater number of 2 cells to show in a separate cell | Excel Discussion (Misc queries) | |||
HOW DO YOU SUMIF THE NUMBER IS GREATER THAN BUT LESS THAN A # | Excel Worksheet Functions |