Need Formula to count if cell values are Greater than 0.5
Comments
-
Hi Forrest,
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? That would make it easier to help. (share too, andree@getdone.se)
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
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.
-
screen shot attached. The 3 for # of outperforming qtrs was entered manually. This is where I need the formula
-
You could use COUNTIFS to check for values greater than 0.5 in columns where the first row contains "QTR":
=COUNTIFS([qtr 1]2:[qtr8]2, >0.5, [qtr 1]1:[qtr8]1, FIND("QTR", @cell) > 0)
Edit: After I posted this, I realized that it should be probably be adjusted to lock the first row cells in place:
=COUNTIFS([qtr 1]2:[qtr8]2, >0.5, $[qtr 1]$1:$[qtr8]$1, FIND("QTR", @cell) > 0)
-
Thank you, the second formula worked!
-
I have a similar problem but instead of several columns it is several rows in one column. I need to figure out how to determine how many cells are greater than 50% (green) out of the ? participating units. Row 16 shows manually there are 7 above 50% out of 9 participating units noted in row 17. I attached a screen shot. There are rows of data that are between each that have the specific data for that unit so the formula can not be a simple range. Can you assist?
-
Hi Forrest,
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? That would make it easier to help. (share too, andree@getdone.se)
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!