Sign in to join the conversation:
Hi,
How can I reference reports in a project matrix sheet using formulas such as =IF =CountIF?
Any feedback will be highly appreciated. Thanks
Hi Naweed,
Unfortunately, it's not possible at the moment, but it's a great idea!
Please submit an Enhancement Request when you have a moment.
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Yeah, you can only reference sheets using cross sheet formulas. It seems like you have all the data you need to use those sheets and do your cross-referencing. Maybe one of these links will help you accomplish your goals.
I agree with Andree and Mike. It is a great idea, but it seems like you most likely have the data you need to be able to use cross sheet references in formulas.
You can build the same criteria into a COUNTIFS or a SUMIFS that you used to build a report. If a function you need doesn't contain an IF(S) version, you can always use the COLLECT function.
COUNT --> COUNTIF(S)
SUM --> SUMIF(S)
AVG --> AVG(COLLECT(
JOIN --> JOIN(COLLECT(
Smartsheet is currently combining my automated emails from multiple lines into a single email. Is there a way to force each line to get its own email? I have column placeholders in the subject and body of the message, but it always combines lines into a single email when the automations are triggered at the same time for…
We are looking for an easy way to track attendance and completion for a list of trainings. Ideally, we want each person attending a training to be able to check in themselves and mark when they’ve completed a specific course. We would need to track each user. They could enter their name, and we would time-stamp the record.…
In a sheet, in the primary column (Task Name), I have multiple parent rows with all of the same child rows beneath each parent row. A simplified example is each Parent Row is a new lot number, with two associated child rows called "Date of Shipment" and Date COA". There is also a drop down Status column. I want to create…