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 am trying to create a Form that requires the user to supply information related to any item existing in the Primary Column. If I pull that existing field into my form, the user entry is a free-form field and I can't figure out how to restrict it (other than validating by data types). If I add a new field with a dropdown…
Is it possible to display both the planned and actual duration for a single task on a Smartsheet Gantt chart? I would like the Gantt bar to show the planned duration (e.g., in blue) based on a Planned End Date column, and then show the actual duration (e.g., in green) based on an Actual End Date column. Can the Gantt view…
I noticed in the Board View tags are grey by default but in the how to videos, in the Board View some of the tags are colorful. I'd like to leverage that same functionality as I'm building a research repository with many different types of research in it and a visual cue would be lovely. Can anyone assist? I attached a…