Calculation from Sheet with shuttled Data to combined data
I have a sheet that is refreshed every morning to add and update existing data from an in-house data warehouse. I am trying to create a sheet that pulls from the original sheet and can produce a graph in dashboard that tells me how long something has been in a current state, with many things being in that state for various time periods. It would be great if I could color code them for different time ranges. Similar to this chart. Is that possible? I already have the formula to count days as a column formula in the original sheet.
Best Answer
-
Try this modified formula by adding OR() and @cell:
=COUNTIFS({SP Contact}, OR(@cell=[Primary Column]@row, @cell=additional contact), {Current Queue}, "SAM: Awaiting Sample QC
")Gia Thinh Technology - Smartsheet Solution Partner.
Answers
-
Hi @Jenifer J.
Yes. it is posible for you to create a Stacked Column chart on your dashboard as the screenshot below. You may need to add more columns to your sheet for calculating different time ranges.
Gia Thinh Technology - Smartsheet Solution Partner.
-
Thank you so much @Gia Thinh
Follow up question, because my datasheet source is a daily shuttle that updates every morning. Do you have a calculation you used to gather those numbers for each column from a larger data set? I am guessing it will be a very large if than statement. I would really apricate any additional help!
-
Basically, I often use COUNTIFS or SUMIFS to count or summarize a range/column with multi conditions. Look at the screenshot below for your reference.
Gia Thinh Technology - Smartsheet Solution Partner.
-
Hi @Gia Thinh
Thank you for your example, I can get a Count if formula to work to get the data into a table similar to your example, but as soon as I try to put an "or" to add an addition SP contact to look for, it gives me an error. Can you advise on how to do it with my formula below?
=COUNTIFS({SP Contact}, [Primary Column]@row, {Current Queue}, "SAM: Awaiting Sample QC
") -
Try this modified formula by adding OR() and @cell:
=COUNTIFS({SP Contact}, OR(@cell=[Primary Column]@row, @cell=additional contact), {Current Queue}, "SAM: Awaiting Sample QC
")Gia Thinh Technology - Smartsheet Solution Partner.
-
Thank you so much @Gia Thinh !
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives