Auto Update Between Two Tables (Adding Rows/Columns)

ScottTemple

Board Regular
Joined
Dec 28, 2023
Messages
103
Office Version
  1. 365
Platform
  1. Windows
Hello,

I have two tables on two separate tabs within the same workbook, labelled SHData and SHCOData. When I add new rows, columns and data to SHData I would like that data to populate in the SHCOData table, new rows/columns and data included. Only some of the data from SHData will need to be brought over to SHCOData though.

I've researched this topic online, however, I can only find reference to some VBA codes and either Power Pivot or Power Query, none of which has been able to answer my question.
 
Column J: =XLOOKUP(B2,Sheet8!$E$2:$E$8,Sheet8!$F$2:$F$8)
Column K; =SUM(C2*C2)*1.517
Column L: =IF(E2="","",(((F2*4)/3.14)/(J2*(C2^2)))/12)
Check this and revert -

Copy and use the formula I gave below and see if they spill...

Column J:
Excel Formula:
=XLOOKUP(B2#,Sheet8!$E$2:$E$8,Sheet8!$F$2:$F$8)
Column K;
Excel Formula:
=SUM(C2#*C2#)*1.517
Column L:
Excel Formula:
=IF(E2#="","",(((F2#*4)/3.14)/(J2#*(C2#^2)))/12)
 
Upvote 0

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Check this and revert -

Copy and use the formula I gave below and see if they spill...

Column J:
Excel Formula:
=XLOOKUP(B2#,Sheet8!$E$2:$E$8,Sheet8!$F$2:$F$8)
Column K;
Excel Formula:
=SUM(C2#*C2#)*1.517
Column L:
Excel Formula:
=IF(E2#="","",(((F2#*4)/3.14)/(J2#*(C2#^2)))/12)
Unfortunately no, I receive a #REF! error for each formula.
 
Upvote 0
Unfortunately no, I receive a #REF! error for each formula.
Then create a new thread to help you with Added Column Formula in a Spill Range

You will get some good help on that

Without XL2BB I have my own constraints to work.

Hope you will understand...
 
Upvote 1
Then create a new thread to help you with Added Column Formula in a Spill Range

You will get some good help on that

Without XL2BB I have my own constraints to work.

Hope you will understand...
No worries, you've been great in helping me Sanjay, I very much appreciate it!
 
Upvote 0
No worries, you've been great in helping me Sanjay, I very much appreciate it!
Would have enjoyed helping you with last problem too.

Still would look to give Inputs on a new thread, If I would be able to...
 
Upvote 0
Would have enjoyed helping you with last problem too.

Still would look to give Inputs on a new thread, If I would be able to...
Lol me too, my new company is unbelievably restrictive on their internet permissions; sometimes I can't even open google.
 
Upvote 0

Forum statistics

Threads
1,215,140
Messages
6,123,266
Members
449,093
Latest member
Vincent Khandagale

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