Working with Multiple Sheets
Posted by Theo Heselmans on October 10th, 2007
I had to do a lot of Excel work lately (most of the time I do Notes development, so this is a welcome change).
Some of it involved working with multiple sheets. Did you know, that you can easily jump to a particular sheet by right clicking the 'arrows' at the bottom right.
Very practical when you have lots of sheets.
A customer wanted to make a 'consolidation' sheet with values from a lot of similar sheets (except for the data).
This time the 'INDIRECT' function came in handy.
The INDIRECT function has 2 arguments:
- A string that looks like a reference
- True or False, depending on the string being a A1 or a RC type. A1 being the default.
This allows you to do something like this:
Where Sheet refers to column A (NL and FR being the names of 2 sheets),
and Cell refers to row 1, containing the text of the cell-references we would like.
Very flexible, very fast.
Category: Microsoft Excel | Technorati: Microsoft, Excel
Comments (1)
Also quit practical to browse through your different sheets in your workbook: Ctrl-PgUp and Ctrl-PgDwn...