Hi,
My Excel file consists of many columns, with the first column serving as the print title column, and each subsequent column representing a separate task list for different order. I want to print each column as a separate page and have a specific row's cell value printed in the right header of each page.
For example, the table below has three columns for print, I want to print it with first page with right header printed "Apple", second one printed "Orange", and third with"Grape". How can I achieve this?
Thank you!
My Excel file consists of many columns, with the first column serving as the print title column, and each subsequent column representing a separate task list for different order. I want to print each column as a separate page and have a specific row's cell value printed in the right header of each page.
For example, the table below has three columns for print, I want to print it with first page with right header printed "Apple", second one printed "Orange", and third with"Grape". How can I achieve this?
Thank you!
sample worklist.xls | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Print Title | Worklist#1 | Worklist#2 | Worklist#3 | ||
2 | Order Number | 71325 (2) | 71325 (2) | 71325 (2) | ||
3 | Worklist Number | 71325-01 | 71325-02 | 71325-02 | ||
4 | Fruit | Apple | Orange | Grape | ||
5 | Client | A | B | C | ||
6 | Price | $600 | $800 | $1,000 | ||
7 | ||||||
8 | Quantity | 6 | 10 | 10 | ||
Sheet1 |