Copy Formula with reference cells from every other column

apurk45

Board Regular
Joined
Oct 23, 2002
Messages
224
Office Version
  1. 2021
Platform
  1. Windows
Hello
I want to copy formula to column to the right (across ~40 columns) on the calculation sheet for every two columns on the referencing sheet “Tax Brackets”. I’m aware that this can be accomplished using OFFSET and MOD function, but in this case, I have no idea how to modify my function to incorporate the OFFSET and/or MOD.
Any help will be greatly appreciated.

Here is the formula in col K
Excel Formula:
=IF(K30<'Tax Brackets'!O5,0,IF(K30<'Tax Brackets'!O6,(K30-'Tax Brackets'!O5)*'Tax Brackets'!P6,IF(K30>'Tax Brackets'!O6,(('Tax Brackets'!O6-'Tax Brackets'!O5)*'Tax Brackets'!P6))))

Regards,
John
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
What cell is the formula in? Are you saying you have 40 columns on the current sheet, and 80 columns on the 'Tax Bracket Sheet' (beginning at column O)? It also loooks like you are jumping ROWS as well on 'Tax Brackets' sheet. Would you be kind enough to post an xl2bb mini sheet (both sheets)? See link below for the add in.
 
Upvote 0
Formula is in K36 and needs to be copied to about 40 columns (cells) to the rights (L36, M36, N36, O36, P36, etc...)

WS "Tax Brackets" has this reference info spread across 80 columns. Here is a screenshot of just 16 columns
For now all these values in these 80 columns are the same - I am just setting up the template. Once I have all formulas and formatting done I will update the values.

1721357275656.png
 
Last edited:
Upvote 0
If you are just setting this up. Then I suggest the tax bracket sheet to have only 3 columns: Year, MFI, and Rate. If you want to have a nice chart to show the brackets by year, you can have another pivot table with slicers or filters.

What do the yearly consecutive numbers in Row 4 mean? If needed, that would be a 4th column.

This is using the phillosopy of not mixing reports and data.
 
Upvote 0
Here is what your lookup table and a a simple pivot report may look like:
(this assumes the values on Row 4 are superfluous).

Book1
ABCDEFGHIJKLM
1
2YearSomethingMFIRate
320292923,20010%
420292994,30012%
5202929201,05022%Rate Year
6202929383,90024%MFI2029203020312032
7202929487,45032%23,20010%10%10%10%
8202929731,20035%94,30012%12%12%12%
920292910,000,00037%201,05022%22%22%22%
1020303023,20010%383,90024%24%24%24%
1120303094,30012%487,45032%32%32%32%
12203030201,05022%731,20035%35%35%35%
13203030383,90024%10,000,00037%37%37%37%
14203030487,45032%
15203030731,20035%
1620303010,000,00037%
1720313123,20010%
1820313194,30012%
19203131201,05022%
20203131383,90024%
21203131487,45032%
22203131731,20035%
2320313110,000,00037%
2420323223,20010%
2520323294,30012%
26203232201,05022%
27203232383,90024%
28203232487,45032%
29203232731,20035%
3020323210,000,00037%
Sheet1
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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