Export chunk of data to another sheet based on condition

obsoletepower

New Member
Joined
Jul 14, 2011
Messages
2
Hello,

I have an excel spreadsheet which is a master list of the applications we use here at work and i would like to export data from the master to different tabs based on various conditions. This should update automatically when a change is made on the master list ie. if an application has its status changed. I have thought about using VLOOKUP and using a bunch of IF statements except 1. they don't update when something changes like if an application is added, it will have to manually be added to each tab and 2. it has to be done cell by cell.

Basically what I need is a way for excel to look at the master list and export the corresponding rows to the other sheets based on each sheet's condition.

Can anybody help me achieve this please? It will be greatly appreciated.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Welcome to the Board!

You could probably use a Change event that's triggered by a status change. The same could go for new data, provided the status field was filled in last, otherwise you risk not copying all of the data for that record.

Do these records need to be cut or copied?

How do you tell Excel what the destination sheet for each record is?

Can you post a shot of your sheet? See the link beneath my sig for how.
 
Upvote 0
Welcome to the Board!

You could probably use a Change event that's triggered by a status change. The same could go for new data, provided the status field was filled in last, otherwise you risk not copying all of the data for that record.

Do these records need to be cut or copied?

How do you tell Excel what the destination sheet for each record is?

Can you post a shot of your sheet? See the link beneath my sig for how.

I actually figured this out using pivot tables. Thank you for the speedy reply!!
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,844
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top