SUMIF column increment

siphil99

New Member
Joined
Jul 20, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have a SUMIF formula and I need to drag it down and want to increase the value for the column which I believe is referred to as an increment.

The below image shows the format, using the current Olympic Games medal table. Each total is calculated from a SUMIF calculation of winners for each country and as there more than 200 countries competing I want to drag down the SUMIF so that it refers to the next column automatically.

Can anyone suggest a solution?

Thanks.

1627214488371.png
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
You could use something based on
Excel Formula:
=SUMIF(Criteria range, criteria, INDEX(sum range all columns, 0, MATCH(country, sum range headers, 0)))
or you could use ROWS(B$2:B2) in place of the MATCH(...) part. With MATCH, the correct column would be chosen if the countries were in a different order, with ROWS it is assumed that the order is the same, if it is not then the results would be incorrect.
 
Upvote 0

Forum statistics

Threads
1,214,638
Messages
6,120,676
Members
448,977
Latest member
moonlight6

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top