MS Excel - changing reference column value based on another column

D

Dharmesh Patel

Hi,

I am trying to things following way.

Value @ 'Y'!F5 = 10, 'Y'!F6 = 20
Value @ 'X'!A3 = 5(meaning trying to have number 5 corresponding to 'Y'!F5)

Now, I want the value of 'Y'!F5 or 'Y'!F6 at 'X'!A4, using value at 'X'!A3.

so if 'X'!A3 = 5, than 'X'!A4 = 'Y'!F5 = 10 and if 'X'!A3 = 6, than 'X'!A4
= 'Y'!F6 = 20

Any Idea if this is possible using reference? or by other means?
This will save lots of manual editing work for me.

Please help.

with Regards,

- Dharmesh
 
L

Luke M

You'll want to use the INDIRECT function. For example, the formula in X!A4
would be:
=INDIRECT("Y!F"&X!A3)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top