I have an intake sheet for samples received for testing in my lab. I originally set up a multi-select drop down column where all requested tests could be selected. Originally the sheet was set up to track studies submitted over time, but now management wants to incorporate cost into my dashboards. I'm trying to figure out the best way to do this. I know how much each assay costs, but I'm trying to figure out the best way to get smartsheets to automatically calculate overall cost based on assays selected.
It would be most convenient to be able to have the calculation performed in the intake sheet, but I couldn't come up with a convenient way to do that. So instead I tried tweaking some of the portfolio metric sheets that I had set up for submission category numbers. I tried to use if contains, but it yielded 1 regardless of which value I tried.
This is the formula I tried: =COUNT(COLLECT({Project ID}, {Requested Tests}, CONTAINS("TAPC")))
The formula is referencing the intake sheet, which I have a picture of below.
Is it possible to reference values from a multi-select dropdown column? If it is, then what I am doing wrong? If it isn't, does anyone have any better suggestions for how to set up a formula to calculate the overall cost? There are a total of 10 possible tests which range in price from $21.69 to $140, and submissions can have almost any combination of the tests.