changing column letter when dragging formula down

kayy

New Member
Joined
Mar 2, 2022
Messages
2
Office Version
  1. 2019
Platform
  1. MacOS
Hi! I saw a similar question posted, but couldn't figure out to apply it to my situation. The difference is I'm trying to do the sum on a another sheet. Please help!

I'd like to drag the formula down on my summary sheet, and only change the column letter and not the row number.

So looking at my image- I'd like Sheet1 in B6, to show =sum(jan!b4:b67). Then when I drag/copy that formula down to B7, I'd like for it to show =sum(jan!c4:c67).

Don't have to worry about insertions/deletions in the future. Thank you!!
 

Attachments

  • Screen Shot 2022-03-02 at 12.28.43 AM.png
    Screen Shot 2022-03-02 at 12.28.43 AM.png
    216.9 KB · Views: 67
  • Screen Shot 2022-03-02 at 12.38.19 AM.png
    Screen Shot 2022-03-02 at 12.38.19 AM.png
    145.6 KB · Views: 66

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Welcome to the MrExcel board!

I'm not sure how far across the 'Jan' sheet we need to allow for. I have gone to column Z but you can increase/decrease that as required.

Put this formula in cell B6 of 'Sheet1' and copy down.

Excel Formula:
=SUM(INDEX(Jan!$B$4:$Z$67,0,ROWS(B$6:B6)))
 
Upvote 0
Solution
You're welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,845
Members
449,193
Latest member
MikeVol

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