Show the last 3 lines of a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good afternoon

Can anyone help me with a formula that asks to display the values of the last 3 lines (seperated) in a pivot table? Thanks for your help!
 
Can you type an example of what you want (don't attach a file), or give
a bit more detail?
 
If you have a Grand Total in the Pivot Table, you could offset from
that. For example:

=OFFSET(A1,MATCH("Grand Total",$A:$A,0)-3,0)

Copy the formula across to the number of columns in the pivot table, and
down three rows.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top