Duplicating data in different sheets

Jayfaku

New Member
Joined
Aug 21, 2018
Messages
16
Is there a possibility to duplicate cell entry in another sheet?

Say I enter columns A:H in worksheet 1
In column B I have a drop down that lets me select MTI, LTI, FAI

Based on each of this selection is there a possibility that if MTI is selected that in worksheet 2 column J is updated

The other option is doing the countif for MTI and then update number in the sheet 2
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Is there a possibility to duplicate cell entry in another sheet?

Say I enter columns A:H in worksheet 1
In column B I have a drop down that lets me select MTI, LTI, FAI

Based on each of this selection is there a possibility that if MTI is selected that in worksheet 2 column J is updated

The other option is doing the countif for MTI and then update number in the sheet 2

try this: (copy your work and test it there - do not test directly on your work)
say you want your worksheet 2 C3 to be equal to worksheet 1 C3
enter in worksheet 2 C3 =sheetname!C3 (sheetname = name of worksheet 1)
and so on - it might be quite tedious as you have to enter them in all of the cell you want to update on worksheet 2.
or maybe somebody can give you a VBA to automate the results..
HTH
 
Upvote 0

Forum statistics

Threads
1,216,468
Messages
6,130,800
Members
449,595
Latest member
jhester2010

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