Sign in to join the conversation:
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!
I have set up a form with conditional logic to display the fields I want to display upon select criteria and that is working. However, at the beginning of the form I only want 2 fields to display and the rest to be hidden. Based on the below logic I thought the form would only show the first 2 fields selected but that is…
Hello, I am not sure i understand what the scheduler means in the data shuttle I have set up. Does the below mean that my scheduler will run every hour from 5 am to 8 pm each day? I need it to update often but not sure if this will do it or not. Thank you to those that are smarter than me :-)
I have requested for a snapshot, but I have not received the email yet. Any idea why and what do I need to do?