Need help with formula similar to a sumifs.

owen4512

Board Regular
Joined
Dec 10, 2014
Messages
71
Hello,

I'm asking for some help with a formula.

I'm making a booking system for a theatre and i'm trying to make it show how many seats are available in a certain category.

I've set it out like this,

http://i.imgur.com/R6fag7I.png

So this is what i need help with,
I want it so i looks for the name of the shoe (Sioe), checks what type of seat has been booked (Math o Sioe) and the counts counts only the quantity (Cyfanswm Ymwelwyr) of the type of shoe.

=SUMIF($P$2:$P$100,$AA$6,$Q$2:$Q$100)
Is there another formula i can use for this?

Thanks in advanced,

Owen.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
SUMIFS will handle multiple criteria, try this in AB6:
Code:
=SUMIFS($Q$2:$Q$100,$O$2:$O$100,AA5,$P$2:$P$100,AA6)
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,333
Members
452,636
Latest member
laura12345

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