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
Regards,
John
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