1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Trying to add value in specific cell while using two column requirements

https://preview.redd.it/xd00fclycpqg1.png?width=1476&format=png&auto=webp&s=94e24bec094a62e46b8383d9d6d976e6434d64f3

Hi all, very new at this. I'm trying to calculate the amount of credits taken for each required class passed. I've tried some formulas along the lines of:

=COUNTIFS(Table1[Req for degree],"Y",Table1[Grade],"Passed", SUM(C:C))

but using the whole column usually just gets me adding up all the credits again.

I've been able to get the number of required classes /taken/ but trying to sum the amount of credits from each of those classes has been giving me trouble. I'm not even sure what to look up to solve this! I'm assuming I might need an XLOOKUP into a SUM?

Any help would be appreciated, thanks.

Edit:

Solved! Thanks guys! Ended up doing:
=SUMIFS(Table1[Credits],Table1[Grade],"Passed",Table1[Req for degree],"Y")

submitted by /u/thesummertowns
[link] [comments]

Want to read more?

Check out the full article on the original site

View original article

Tagged with

#Excel alternatives for data analysis
#natural language processing for spreadsheets
#generative AI for data analysis
#rows.com
#Excel compatibility
#Excel alternatives
#credits
#required classes
#formulas
#SUMIFS
#COUNTIFS
#Grade
#Req for degree
#passed
#XLOOKUP
#summation
#Table1
#calculating
#adding up
#trouble