![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 465
|
Hello to all!! I have a standard subtotaled report with a Grand Total, with , let's say 25 subtotals in all. The report well exceeds 350 pages and I would like to know if there is a way to create a reference page containing the subtotal description, specific subtotal amount and its appropriate page numbers.
The report contains 10 columns of data and I would only like to identify the following columns: I J California Total $100,000 Pages 1-49 Indiana Total $35,000 Pages 49-62 Grand Total $3,500,000 Page 350 Is this possible? Thank You, Anthony |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Apr 2002
Posts: 113
|
You could use a vlookup statement.
something like: =VLOOKUP("California Total",DataSheet!1:65536,9,0) Assuming "California Total" is in col A (ie. 1) Assuming $ to toatal is in row I (ie col 9 of selected range 1:65536 on sheet "DataSheet") Better to use a named range that contains only your table, but if that changes size and you do not repeat the words "California total" in col A, the the above will work fine. |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Posts: 465
|
Thanks Brian......I'll give it a try!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|