Is there a way to easily alphabetize a list using a formula in smartsheet?
In Excel, I would use the simple formula shown below to assign a numerical value to each unique list item.
=COUNTIF([Unsorted Range],"<="&[Specific Cell Value])
This formula doesn't work in smartsheet, so I'm trying to find a solution.
I am working on building a list in a grid (not a report) of all transactions related to a specific job. My formulas pull data in from a much larger list in another sheet based on the criteria of a single job name picked from a dropdown list in this sheet. These formulas pull data directly from the larger list in the larger list's order, but I need to sort THIS list by the vendor name. (See the screenshot of the unsorted list below.)
Since I am utilizing formulas to build this list, I do not want to sort the list manually after every change to the specific job name from the dropdown list. (This "report" is meant for project managers to be able to enter a job name and quickly and easily see a list of all transactions associated with that job. The simpler this process is for them, the better.)
Also, it is not an option to manually sort the larger list of data. This data is pulled in through Data Shuttle and stays in its upload order.
Any help anyone can provide will be appreciated!