Good evening
VERY NEW to smartsheet.
I am creating a metrics sheet for data we want to capture on another sheet.
How do I get the QTY of "beam" counts in this column?
Thank you
Hi,
I'd recommend counting and collect the metrics needed on the sheet first and then use cell linking to the metric sheet if needed.
Try this.
=COUNTIF([Piece Type]:[Piece Type]; "Beam")
The same version but with the below changes for your and others convenience.
=COUNTIF([Piece Type]:[Piece Type], "Beam")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Let me know if you still want/need to collect it directly on the metric sheet, and if you need information on how to set up cross-sheet linking.
Would that work?
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
That worked
So simple...
Never to old to learn
Thank you !
Great!
Happy to help!
Andrée
Good evening,
Sorry to bother, but I thought I got this to work but I am getting an "unparseable" error.....
I have the formula as =COUNTIF([Piece Type]23:[Piece Type]352),"Other") but it is not counting
What could I be doing wrong here?
Thanks
No worries! I'm always happy to help!
You have one parenthesis too much. The one after 352 shouldn't be there.
=COUNTIF([Piece Type]23:[Piece Type]352),"Other")
Did it work?
YES!!!!!
Thank you!
I'm always happy to help!
Is it possible to use the "children" function here? so that as more rows get added to the bottom we do not need to update formula everytime?
Yes, try this.
=COUNTIF(CHILDREN([Piece Type]22), "Other")
Hmmm, this formula gives me the proper count of 5 -
=COUNTIF([Fab Type]27:[Fab Type]372, "Bolt/Weld")
But when I change it to
=COUNTIF(CHILDREN([Fab Type]27), "Bolt/Weld")
It comes up as 0 ?
It's probably because you're referencing a child row and not the parent row.
If it's the same row as on your picture, then try changing it to row 22.
BINGO!
to help!
Hello. Me and my team are doing an audit of users who have access to edit items in our account and one of the reports we're using is the Sheet Access report under the User Management section of the Admin Center. However, we're running into some weird things. When we dig into the Sheet Access report, we sometimes notice…
No License required I am sharing a published link, no license required to a group of people. The goal is for them to be able to edit the sheet. Would each member be required to create a smartsheet account? Please, is there a way for them to access my sheet without having to create an account? Many thanks!
This has happened a couple of times before. However, when trying to update a form or even a field in the smartsheet, I am unable to use the backspace, enter or delete key. I use Google browser, however I wasn't sure if it was Google, so I switched to Microsoft Edge. Still not working. Also, I tried using the backspace,…