Offsetting values in a table

sunnydeol89gister

New Member
Joined
Dec 19, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm trying to offset the values in this table where they match (signs are inverse though). For example:

- Yellow cells - Column heading A1 to Row A2 matches Column heading A2 to Row A1
- Orange cells - Column heading A1 to Row A4 matches Column heading A4 to Row A1

Ideally I would like to match these off in another table with the same column headings and rows.

Thanks

I'
Table 1.JPG
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
You can directly equalise to the source cells if the table structures are the same.
Excel Formula:
=B2
You can use the formula below if you want a fancy way. Assuming row headers are on Column A and column headers on the first row:
Excel Formula:
=INDEX($B$2:$S$19,MATCH(B$1,$B$1:$S$1,0),MATCH($A2,$A$2:$A$19,0))
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,520
Members
449,088
Latest member
RandomExceller01

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