Hello, ive been asked if we can produce a report with the percentage done column like the illustration shown below?
At this time the closest you can get is to create a new symbol column using the progress bar and apply a formula like this:
=IF([% Complete]2 < 0.25, "Empty", IF([% Complete]2 < 0.5, "Quarter", IF([% Complete]2 < 0.75, "Half", IF([% Complete]2 < 1, "Three Quarter", IF([% Complete]2 = 1, "Full")))))
Sadly, there is nothing that will show you accurately the percentages... there is not 33%, 44%, its only empty, quarter, half, three-quarters and full.
Hello , is there any way you can have multiple row entries in a single intake form?
Hello all, I have a source sheet that i trigger an form from another sheet (i embedded the form link to the email). My issue now is that i need to get the ReqID (from source) and have it read only in the new form, that will record in the destination sheet. Bottom line i need to find a way to link the ReqID from source and…
Up until yesterday (11/3/25) I was able to click on the top of a column and sort my column. This worked for me yesterday morning but when I went in to work in the afternoon I was not able to sort columns anymore. Also it seems my filters are not working. I am not the admin for this sheet but the admin is saying nothing has…