i have what i hope is a simple one:
i have a spreadsheet with row1 headers for all of the data columns, A:AX
all rows under are individual data. the spreadsheet is great, but is horrible to print from
i am hoping to create another sheet that will pull in data into a formatted version of the form
what i need is to dynamically call the data from individual rows at a time
for instance, in the new sheet formatted for printing, i need something like this: NAME: =Sheet1!A2
and the like for all the columns of data for that row.
is there some way to just type a number in the 2nd sheet that would dynamically change all of the formulas?
for instance, changing a cell in the 2nd sheet to "245" would return the value for: NAME: =Sheet1!A245
so basically i just need some way of being able to call up the row of data that i want.
thanks for any help!
Bookmarks