Autosum

P

PerryDaniel

Hi

I have a spreadsheet that has a number of columns. What I would like t
do, is on a second sheet keep running totals. Heres my example.

COLUMN 1 COLUMN 2
AMOUNT STATU
100 Complete
200 Cancelled
300 Complete
400 Declined
500 In Progress
600 Cancelled
700 Complete

What I would like to do is have a total for each Status. If the statu
changes, the totals on the second sheet would update accordingly. An
help would be greatly appreciated.

Perry :confused
 
G

Govind

Hi,

In your second sheet, enter the unique status(like complete, cancelled,
declined etc) once in column A.say from cells A2 to A10 for eg.

Then in column B,enter the formula in cell B2 and copy it down till
required:

=SUMIF(Sheet1!B:B,Sheet2!A2,Sheet1!A:A)

(To copy the unique statuses to sheet2, you can use autofilter and copy
unique records only).

Regards,

Govind
 

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

Top