dvd
Mechanical
- Nov 12, 2001
- 2,015
I am stubbornly trying to solve a problem, for which I choose not to use macro's or VBA. Is there some way to populate a row in excel from a single cell? I have been able to get the cell location for a maximum value and now I would like to copy the contents of the entire row to a different location on the spreadsheet.
My formula looks like this:
=INDIRECT(CONCATENATE("a",8+MATCH(MAX(U9:U143),U9:U143,0)))
I can get any data that I choose by changing the column index, and entering the formula multiple times, but what I would like to do is enter a formula in colum A and have the values for the whole row populate my new row.
Comments on methods using this approach would be appreciated.
Best regards,
DVD
My formula looks like this:
=INDIRECT(CONCATENATE("a",8+MATCH(MAX(U9:U143),U9:U143,0)))
I can get any data that I choose by changing the column index, and entering the formula multiple times, but what I would like to do is enter a formula in colum A and have the values for the whole row populate my new row.
Comments on methods using this approach would be appreciated.
Best regards,
DVD