Communication between sheets

rohitbisani

New Member
Joined
Oct 30, 2009
Messages
6
Hello This is Rohit...
I have a project in my college in which i need to do the following. Please help :)

I have a task in which I need to communicate between the sheets.. I have a unique ID in each worksheet through which I can identify which record to be edited in the other worksheet... So I have a number x with unique ID 5000 (for example)in sheet1... I have a number y with unique ID 5000 in sheet 2.... when I change x in sheet 1, the number y in worksheet 2 must change to (y-x) ...
I want these cells to be related... basically a macro which will subtract the value x from corresponding cell automatically whenever x is changed...
Please Help.
Thank You
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Buongiorno,

can you use vlookup function?
In the sheet2 - the column B
=VLOOKUP(A2;Sheet1!$A$2:$B$500;2;0)

in the sheet2 column C the other formula you need (=c2-b2:maybe).

Saluti
 
Upvote 0
Hello GIBE
Thankks for the very neccessary input. I have tried the same....

It gives me an error when I type the formula you gave me;
"The formula you typed contains an error"

Can you make a small excel sheet and mail me at rohitbisani@gmail.com, so that I am able to understand it better... It would be of great help...

Thanks and waiting for further inputs...
Regards
Rohit
 
Upvote 0

Forum statistics

Threads
1,214,869
Messages
6,122,012
Members
449,060
Latest member
LinusJE

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