pulling data from one sheet to another with multiple criterias

newtothis47

New Member
Joined
Oct 13, 2017
Messages
3
hi there,

i feel like this is simple but having trouble figuring it out. i basically want to pull data from one sheet to another where the data has to meet multiple criterias.

the criterias are week#, year, and business unit if all of those criterias match on both sheets i want a return of the number sent which is a different column.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
1. will there only ever be 1 unique match or could there be more than 1?
2. Do you need to return all relative data, or just a value
3. If just a value (or sum of values) take a look at using SUMIFS()
 
Upvote 0
1. will there only ever be 1 unique match or could there be more than 1?
2. Do you need to return all relative data, or just a value
3. If just a value (or sum of values) take a look at using SUMIFS()

There should only return a unique value. and it wouldnt be a sum. It is more I am trying to do a data dump in one sheet and have that return that unique in another sheet based on criterias
 
Upvote 0
OK, even if there is still only 1 matching data piece, you could still use SUMIFS
 
Upvote 0
Hard to make suggestions blindly :( Can you give some sample data and show what you want?
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,207
Members
448,554
Latest member
Gleisner2

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