Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: excel help  (Read 2445 times)

0 Members and 1 Guest are viewing this topic.

bealefay

    Topic Starter


    Newbie

    • https://analpornvideos.xxx
  • Experience: Beginner
  • OS: Unknown
excel help
« on: February 05, 2020, 01:35:37 AM »
What I'm trying to do is get the sum of numbers in 1 column but only if the rows in another column evaluate to true
for example, Column A is for Male/Female (1 for male, 0 for female) column B is how much each spends on shopping.
I want the average Male spend, and then the average female spend.
So was thinking along the lines of a countif (a2:a50, "0",b2:b50) ??
All i have managed so far playing around is o count how many 1's or 0's but not the sum, if you know what I mean?