Addition to a number retrieved from different sheet

Rizana

Board Regular
Joined
Jul 7, 2006
Messages
105
I'm working with 2 Excel sheets, PLY TABLE and LIBRARY TABLE.
PLY TABLE will allow the user to insert the corresponding data and the LIBRARY TABLE will display the summary of the data entered in PLY TABLE.

The problem is that, how could I possibly do a mathematical operation to the value in PLY TABLE to be displayed in the LIBRARY TABLE?

Example: I want to add the value in PLY TABLE, cell H29 with 6? I tried to used this code, but it doesn't work out.

=('PCR-Master'!H29)+6

I believed that this is just a simple one, but I really don't know how.

Any ideas?
Any help is appreciated.
 

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.
Hi Rizana

It should be

='PLY TABLE'!H29+6

Where did the 'PCR-Master' come from? Do you have other worksheets in your workbook?

Hope this helps
PGC
 
Upvote 0
Hi there

Your formula refers to a sheet which is not called PLY TABLE. All you need to do is type the = sign, then select H29 in the other sheet, then "+6" from your keyboard (without the quotes), and press ENTER.

regards
Derek
 
Upvote 0

Forum statistics

Threads
1,214,924
Messages
6,122,294
Members
449,077
Latest member
Rkmenon

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