sum formula needed

kelly mort

Well-known Member
Joined
Apr 10, 2017
Messages
2,169
Office Version
  1. 2016
Platform
  1. Windows
I have a table as below

Col A Col B Col C

a x 23
b y 10
c 12


In A I have only three items that keep repeating. "Say yes", "no", "not sure"

Then in B I have also only two items that keep repeating say male and female. Then in C I have the number of count for each entry.

Now the headache is how to uniquely count them :

1 . How many males said yes
2. How many females said yes
3. How many males said no
4. How many females said no
5. How many males said not sure
6. How many females said not sure

Thanks in advance
Kelly
 
Was this a results table or the data?

If the data, you should do a look up, not a conditional sum.
I am counting from the data table to a different sheet.


Sektors formula did what I wanted to do.

For now I will be glad to know another way about it.

Thanks
Kelly
 
Upvote 0

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)
I am counting from the data table to a different sheet.


Sektors formula did what I wanted to do.

For now I will be glad to know another way about it.

Thanks
Kelly

Still not clear. What is your data if it's not what you have posted? Mind you, counting and summing are not the same thing.
 
Upvote 0
Yes you are correct!

I mean summing not counting.

I want to sum them up.

Regards
Kelly
 
Upvote 0
Yes you are correct!

I mean summing not counting.

I want to sum them up.

Regards
Kelly

In this exhibit...

yesmale23
nofemale10
not sure 12

<colgroup><col><col span="2"></colgroup><tbody>
</tbody>

does column C house a formula? If it does, care to post it?
 
Upvote 0
Yes c houses a formula but I am not with my pc now so I will post later when I get home. Thanks
 
Upvote 0

Forum statistics

Threads
1,215,067
Messages
6,122,949
Members
449,095
Latest member
nmaske

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