DSum? Sumproduct?

quaziblue

New Member
Joined
Sep 19, 2008
Messages
1
I have a database with 5 rows and 4 columns. Let's say that the rows are positions on a basketball team in order down 1-5 (PG, G, C, PF, F) and the columns are colleges in order across A-D (UCLA, Michigan, Duke, North Carolina).

Is there a way (without using VBA) that I could search and return the cell value in position B3 based on the conditions that it's a Michigan center? What formula would I use? Please let me know if I need to be more specific. Thanks for any help.

Q
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
You need to be much more specific. However, with your problem vaguely stated, I can offer a vague solution.

=INDEX(TABLE_RNG,MATCH(POSITION_NAME,POSITION_RNG,0),MATCH(COLLEGE_NAME,COLLEGE_RNG,0))

Try plugging in your ranges in to the above and see if you can't work it out. This is what you need, but getting the ranges right can be tricky to a beginner.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,912
Messages
6,175,346
Members
452,638
Latest member
Oluwabukunmi

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