merging sheets

C

cufc1210

I have a spreadsheet to check which products are being sampled but instead of
having seven different sheets for each day i just want one sheet.
example

A1 Will have a drop down list with days of the week

Received sampled
Percentage
A5 High risk products 100 0
A6 Medium Risk Products 20 0
A7 Low Risk Products 10 0


I want to be able to pick the day from the drop down list in A1 and check
the totals without having to continuosly check different sheets (so by
selecting monday it will bring up mondays data to be edited or checked , then
tuesday wednesday etc)

Hope this makes sense to someone

Thanx for any help
 
P

Pete_UK

You need to have an extra column to record the day, then you can apply
autofiliter to this column to select the day of interest. Instead of
SUM(range) you would use SUBTOTAL(9, range) somewhere outside the
scope of the filter (eg in the top row above your headings) to show
the totals of the visible cells.

Hope this helps.

Pete
 

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