Hello, I am having trouble with this formula, which came from a previous thread that I received help with:
The formula worked when Study Impacted Med ID's referenced the entire column ( [Study Impacted Med ID’s]:[Study Impacted Med ID’s] ), but now that I would like it be [Study Impacted Med ID’s]@row, it's having issues. At first it was #incorrect argument, but after changing my references it is #unparseable, which means my syntax is off somewhere.
=SUM(COLLECT({Excursion Time}, [Study Impacted Med ID’s]@row, CONTAINS([Med ID]@row + " ", LEFT(@cell, LEN([Med ID]@row) + 1)))) + SUM(COLLECT({Excursion Time}, [Study Impacted Med ID’s]@row, CONTAINS(" " + [Med ID]@row + " ", @cell))) + SUM(COLLECT({Excursion Time}, [Study Impacted Med ID’s]@row, CONTAINS(" " + [Med ID]@row, RIGHT(@cell, LEN([Med ID]@row) + 1)))) + SUM(COLLECT({Excursion Time}, [Study Impacted Med ID’s]@row, HAS([Med ID]@row, @cell)))
I have been struggling to find the issue for a while, so any help with this would be highly appreciated! Please let me know anything I should clarify as well