how do I use a cell value as part of a cell refereren in a formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

One cell returns a numeric value (ex. 47)

using the match function, I want to use the above numerical value as the row
for the array to search

Example:
'Migration Rules'!$U$47:$AC$47

I tried using the concatenate function, but I could not get it to recognized
the result as a cell reference
 
Try the Address function. See in-built help for syntax.
Rgds,
ScottO

| One cell returns a numeric value (ex. 47)
|
| using the match function, I want to use the above numerical value as the
row
| for the array to search
|
| Example:
| 'Migration Rules'!$U$47:$AC$47
|
| I tried using the concatenate function, but I could not get it to
recognized
| the result as a cell reference
|
 
Try: =INDIRECT("'Migration Rules'!U"&K38&":AC"&K38)
where K38 will contain the numeric value: 47
 

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

Back
Top