View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] a7yvm109gf5d1@netzero.com is offline
external usenet poster
 
Posts: 4
Default creating cell references

A1 contains a number like 13.
Let's say I want a cell to contain what is in cell O13.
How do I create a reference such that the column is "O" and the row
number comes from the contents of A1?
Something like =O(A1)

would return what is in O13.