How to SUMIF using two sheets?
Hello,
I'm having a hard time totaling up numbers in a column in one of my sheets. I only want to add numbers in column "In" that is associated a particular cell ID, in this case, cell ID "49000P" out. Any help is greatly appreciated. What's the formula?
Best Answer
-
@NikkiOno You would have to do two separate COUNTIFS (one for the sheet with the formula and another for the other sheet) and add them together.
=COUNTIFS(…………) + COUNTIFS(………..)
Answers
-
You would use something like this:
=SUMIFS({Source Sheet In Column}, {Source Sheet Cell ID Column}, @cell = "49000P")
-
I am trying to count the number of cells between two sheets if the date is this current year but keep getting unparseable. this is the formula I'm trying although I've tried a few others that didn't work either. =COUNTIFS([Fitting Scheduled]:[Fitting Scheduled],{date} IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
I can get it to work when i do each sheet separately but not together. What am i missing?
[Fitting Scheduled]:[Fitting Scheduled] is the first sheet of dates and {date} is the other sheet of dates and I'm trying to add those together in the summary on the first sheet.
-
@NikkiOno You would have to do two separate COUNTIFS (one for the sheet with the formula and another for the other sheet) and add them together.
=COUNTIFS(…………) + COUNTIFS(………..)
-
@Paul Newcome that worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 442 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 149 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!