-
Nested IF Formula
Hi Everyone I need to create a formula for a workflow status that shows a set % for a workflow stage when the Status column is updated. I.e: if the Status Column shows "In Progress" the Status % column automatically shows "20%". I've tried various nested IF(AND) and IF(OR) formulas but can't get them to work. This is what…
-
Stoplight formula help
Hi all... I've gotten some good help on this forum before, so hopefully you all can help me out. I'm trying to create a stoplight formula for tasks in a project plan. I would like to trigger colors of red, yellow, green based on the percentage complete of that task, and how far we are from the expected finish date of that…
-
INDEX/COLLECT criteria not pulling correct unique ID
Hi There, I'm at my wits end and have spent way too many hours on this already. I am trying to pull in a unique ID from another sheet using a matching date, zip code and county. Here is the formula and a screenshot example of results: =INDEX(COLLECT({2022 ID}, {2022 Event Date}, [Event Date]@row, {2022 Zip Code}, [Zip…
-
Index Collect Formula Showing #Invalid Value
I've been searching around and my formula looks correct. I even saw on a previous discussion that you should erase the formula and then log out and log back into Smartsheet and maybe that will help (unfortunately it didn't for me). I've also tried to make the formula manually multiple times. The only thing I can think of…
-
Automated Reminder for Approval Request?
Hello, Is there an easy way to send an automated reminder based on an approval request? We automate approvals from some of our Smartsheets and would love for a reminder to be sent x days later if the approval status is still "Submitted". I can't find where I can build a reminder based on the status change plus a number of…
-
Count Collect formula assistance needed
Hey all, I'm using a Count Collect formula I grabbed from the PMO template as a baseline. Here's the original formula: =COUNT(COLLECT({Task ID}, {Task Status}, "In Progress", {Task Health}, $Label@row)) Only thing I changed from the PMO is instead of "Project" I changed it to "Task". I'm trying to get similar metrics on…
-
What formula do I use?
I have 2 sheets. Sheet one is a grading sheet that goes over appearance, aroma, feel ect. of a production lot. Sheet two is a stock list showing all production lots. Both sheets have the primary column set at Ample number (ID #'s). I want to use a formula in sheet two that copies the final grade from sheet one if the…
-
Combine two rows based on a unique identifier?
So my smartsheet randomly receives two entries with the same unique identifier with different rows filled out. For example, my smartsheet has the columns "machine", "material", and "program". entry 1 has the identifier xyz and fills out the "machine" and "material" columns. entry 2 has the identifier xyz and fills out the…
-
#NO MATCH Error when using VLOOKUP to look up the text displayed on a hyperlink
Hi! I'm trying to use vlookup to return data (a version number) using match data (document numbers). I have the VLOOKUP formula as =VLOOKUP([Document Number]1, {OP - Smartsheet Master Document List Range 2}, 7, false) where [Document Number]1 is a text/number column on the sheet I am working in {OP - Smartsheet Master…
-
Count from another sheet
Hi, I have 2x sheets OTIF-Sept and Report I am trying to Count the total KER -111111 orders and is incremented by 1 every new order. The count would count all orders in the Sept sheet so on a spare line if I use the following formula =COUNT([Order Number]:[Order Number]) I get the value I require. But if I run the below on…