binaryfingers
Technical User
- Jul 26, 2002
- 118
Hi
I use the following code to return a value from a cell.
=INDEX('YTD ''06 Analysis'!$B$5:$IT$500,46,(MATCH(Summary!$C$3,'YTD ''06 Analysis'!$B$5:$IT$5,0)))
This basically matches the column with a date designated on the summary sheet, then moves down 46 columns and pulls the data out.
However my requirement is different for a new project and I just cant get it cracked.
This time I know the column, 201, but I need to return the row number by looking up the 'key' on both sheets. (similar to vlookup) with this in mind I have looked at hlookup but I am struggling how to return the row number.
Is there someone that can help assist me?
Thanks,
I use the following code to return a value from a cell.
=INDEX('YTD ''06 Analysis'!$B$5:$IT$500,46,(MATCH(Summary!$C$3,'YTD ''06 Analysis'!$B$5:$IT$5,0)))
This basically matches the column with a date designated on the summary sheet, then moves down 46 columns and pulls the data out.
However my requirement is different for a new project and I just cant get it cracked.
This time I know the column, 201, but I need to return the row number by looking up the 'key' on both sheets. (similar to vlookup) with this in mind I have looked at hlookup but I am struggling how to return the row number.
Is there someone that can help assist me?
Thanks,