IF formula (part 2)

singingsister

Board Regular
Joined
Jun 13, 2006
Messages
145
I have a sheet which lists of company names and types of certain documents together with the date we recieve them (ie MacDonalds.....Order Sheet 1.......open/closed

What I want to do is have a statistics sheet where i can break down by company whether a certain document is open or closed.

What formula can I use?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Could you perhaps show by way of example using colo's html maker how you would want the output to appear?

My initial thinking is to use a pivot table using customer as a page field but it's a little difficult to be more specific.

Cheers :)
 
Upvote 0
Hello

try (in G1)

=SUMPRODUCT(--($A$1:$A$10=E1),--($B$1:$B$10=F1))

where A1-A10 contains McDonalds etc

B1-B10 contains OPEN/CLOSED

E1 = Mcdonalds
F1 = open

you can then copy G1 down and add data to E2.. and F2...

also,

there is also Pivot tables
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,582
Members
449,039
Latest member
Arbind kumar

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