[Edit]
Looks like I'm a bit late to the party. But I think this still might help, so I'll post it anyway.
[/Edit]
RowsDown and ColumnsOver are used to define the top-leftmost corner of the range.
Height and Width are used to define how tall and wide the range is.
Example:
=OFFSET(Sheet1!$A$1, 1, 1, COUNTA(Sheet1!$A:$A), COUNTA(Sheet1!$1:$1))
would define the following range:
It works like this:
=OFFSET(
[tab]Sheet1!$A$1, [green]<-Where to start - not necesarily part of the range[/green]
[tab]1, [green]<-How many rows down to start the range (top left corner)[/green]
[tab]1, [green]<-How many columns over to start the range (top left corner)[/green]
[tab]COUNTA(Sheet1!$A:$A), [green]<-How many rows tall[/green]
[tab]COUNTA(Sheet1!$1:$1)[green]<-How many columns wide[/green]
)
Place each Pivot Table in it's own sheet. This is the default behavior if you use the Excel Pivot Table Wizard.
[tt]_____
[blue]-John[/blue][/tt]
[tab][red]The plural of anecdote is not data[/red]
Help us help you. Please read FAQ181-2886 before posting.