Cell relationship in Excel 97 worksheets???

dbagarrison

New Member
Joined
Nov 22, 2002
Messages
2
What's required to have a single workbook, containing several duplicate worksheets, each being sorted differently, that allows me to edit (all text fill) a common cell in any one of these worksheets and have it change that same related cells in all the worksheets?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hi dba,

I assume that when you refer to "same cell" you do not mean that if you edit B4 on the first sheet B4 gets modified on all the other sheets, but instead you mean something like the cells in column B on the other sheets whose values in column A correspond to A4 on the first sheet are the ones that get modified. If this is the case, you could do it by linking every value on the other sheets back to the first sheet (presuming that they are just different row number orderings of the same data). But it would probably be easiest to write a macro to do a lookup of the record being edited in all the other sheets. Such a macro could be triggered automatically when you enter data on the first sheet via the worksheet Change event.

Damon
 
Upvote 0

Forum statistics

Threads
1,215,473
Messages
6,125,020
Members
449,203
Latest member
tungnmqn90

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