I am trying to create a formula that will automatically collect data from a column on my master sheet. This some of these columns (on the master sheet) are automatically populated when the data brought in. For example, my status column will say Open, Closed, Task, or Canceled always.
I created the following Index Collect formula, however it keeps coming back as #INCORRECT ARUGMENT
=INDEX(COLLECT({Status}, {Service Request}, [Service Request #]@row, 1))
So I created an Index Match formula, however it is not returning data that might have populated a cell when I initially entered it into my master sheet:
=INDEX({Status}, MATCH([Service Request #]@row, {Service Request}, 1))
I would appreciate any help from the SmartSheet wizards here, and thank you in advance for your time, attention and assistance!