MS Excel: Reference Cells Containing Numbers for Other References

  • Thread starter Thread starter 600burger
  • Start date Start date
  • Tags Tags
    Excel
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
600burger
Messages
63
Reaction score
0
Is there any way to make a referance to a cell that contains a number for another referance?

Like this.

cell A1 contains "J".

I want cell B6 = J10 by referance of A1.

I'm trying to make a spreadsheet that makes a list into flash cards BTW...if anyone knows a 3rd party program (for free) that does that.
 
Last edited:
Physics news on Phys.org
A double reference? so you want to create a reference to another reference? Yes.

If you mean have two references set to the same cell, then it depends on the language.
 
So essentially you want to go to cell
(A1's letter)10

I would make a VBA macro for that because I'm not sure how it would be done with just formulas.
 
You can use "Paste Reference" instead of pasting a value. Check out the Excel Help on Paste Reference. If that doesn't work, post more details about what you want to do and I can do an example for you. (For example, where did the 10 come from in your original post?)
 
err... wait, apparently I was not reading well when I posted... I was did not notice the excel part :-P wow I feel stupid.