Return row 6 content of column W:W

Phil Payne

Board Regular
Joined
May 17, 2013
Messages
131
Office Version
  1. 365
Platform
  1. Windows
Hello all,

I need a formula that returns the value of a cell in another worksheet by specifying its column (e.g. Calculation_Sheet!W:W) and it's row (e.g. 6).

The value to be returned will always be a number (integer).

Can anyone suggest the best way please?

I have spent a few hours trying the suggestions found on google to no avail.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
@Tetra201's suggestion allows for the deletion or insertion of rows in 'Calculation_Sheet' and still return the value of W6 from that sheet.
If it is possible that columns might also be deleted/inserted and you still want whatever is in W6 then try
Excel Formula:
=INDIRECT("Calculation_Sheet!W6")

If we are on the wrong track about what you are trying to achieve, then please clarify further.
 
Upvote 0
Tetra, Peter,

You are both on the right track thank you.
 
Upvote 0

Forum statistics

Threads
1,216,200
Messages
6,129,468
Members
449,511
Latest member
OttosArmy

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