Thread: Row??
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Row??

try
=INDIRECT("b"&a1)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"j.ruderman" wrote in message
...
I have a Row# listed in a cell and a known column. How can I combine the
two?
A1 contains the row# with B being the known column.
Result of the formula woulld be 10
a b c
1 4
2
3
4 10
5

Hope this make sense.
Thanks