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 a Pro plan but I cannot create ANY reports. The system does not allow me to choose a folder, and consequently a sheet to create a row report and suggests an upgrade to Business or Enterprise. I'm quite new to Smartsheet and feel a bit disappointed with this limitation, or maybe I'm just doing something wrong. Alberto
I have multiple items that each have their own statuses and that roll up to "workstreams" or swimlanes. On the dashboard, I would like to show the progress of the items by swimlane without breaking it out into separate widgets for each. This would ideally be a stacked bar where each bar represented the Items and was broken…
Hello, I use Smartsheet in such way that people are asked to provide data on many records and then that data needs to be approved by one other person (always the same person). I would like to set up an automation that, each morning, checks to see if there are records waiting to be approved, and if there are, sends an…