How to stop the fill tool changing the cell ranges of my formula

mfranks

New Member
Joined
Jul 1, 2021
Messages
2
Hi all,

I'm using the following formula: =SUMIF('Item Count List'!J:J,GT1,'Item Count List'!I:I)

I want the formula to sum all the values (Column I) from a specific date (Column J). The specific date is chosen on the Summary sheet, Row 1
Item Count List is the sheet from which i have my data ranges.

1626671884428.png


1626671927840.png


1626672410743.png


The formula works fine, but when i try to use the fill tool to apply the formula to the rest of the row (Row 12), it changes the date appropriately, but it also changes the data ranges in the Item Count List sheet.
I want the formula to go like this:

=SUMIF('Item Count List'!J:J,GT1,'Item Count List'!I:I)
=SUMIF('Item Count List'!J:J,GU1,'Item Count List'!I:I)
=SUMIF('Item Count List'!J:J,GV1,'Item Count List'!I:I)
etc

But when i use the fill tool, it does this instead:

=SUMIF('Item Count List'!J:J,GT1,'Item Count List'!I:I)
=SUMIF('Item Count List'!K:K,GU1,'Item Count List'!J:J)
=SUMIF('Item Count List'!L:L,GV1,'Item Count List'!K:K)
etc

Does anyone know how I can achieve this?

Thank you,
 

Attachments

  • 1626672144723.png
    1626672144723.png
    16.2 KB · Views: 4
  • 1626672427588.png
    1626672427588.png
    20.6 KB · Views: 4

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
USe
Excel Formula:
=SUMIF('Item Count List'!$J:$J,GT1,'Item Count List'!$I:$I)
 
Upvote 0
Solution

Forum statistics

Threads
1,214,606
Messages
6,120,478
Members
448,967
Latest member
visheshkotha

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