Trying to add informtion from two sheets
I have two sheets with the same column and I am trying to write a formula that says to only count the cells that say "Red" in them. I got it to work with a single sheet but I need the total to be from two sheets, the current and the archived.
This is how I wrote it but its not working
=COUNTIF([REPORTING Screeners onsite]:[REPORTING Screeners onsite], "Red")+(Count({Biometric Testing Request Form Range 1}:{Biometric Testing Request Form Range 1}, "Red"))
Help?
Answers
-
Hi Connie, try the following formula:
=COUNTIF([REPORTING Screeners onsite]:[REPORTING Screeners onsite], "Red")+COUNTIF({Biometric Testing Request Form Range 1}:{Biometric Testing Request Form Range 1}, "Red")
I am assuming that you are referring the range, {Biometric Testing Request Form Range 1}:{Biometric Testing Request Form Range 1}, is where the column contains the Red values in the other sheet.
-
I updated my sheet refrence name so they would match and updated my formula but I'm getting a Unparseable error
=COUNTIF([REPORTING Screeners onsite]:[REPORTING Screeners onsite], "Red")+COUNTIF({REPORTING Screeners onsite}:{REPORTING Screeners onsite},"Red")
-
I hope you're well and safe!
Are you adding the formula in one sheet where you want to count from that sheet and another sheet?
Try something like this.
=COUNTIF([REPORTING Screeners onsite]:[REPORTING Screeners onsite], "Red")+COUNTIF({REPORTING Screeners onsite},"Red")
Did that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!