Hello, I'm kind of new to Smartsheet and I've been tasked with transitioning a lot of data into Smartsheets, with that said -
I have a data sheet that I need to INDEX MATCH actuals into a forecast sheet. Whenever I try to enter an INDEX MATCH formula, it keeps saying that multiple criteria is not supported or the MATCH option is not available. I have even tried the INDEX COLLECT version with no luck. Any help is appreciated.
For example - 555 Apartments had one actual expense in March (from my "data (3) - TEST"), and it was for GL 1450-00400…
I need to match that amount to that property for that GL code for March into my forecast sheet.
This is the current formula I have (obviously wrong as I keep getting the #UNPARSEABLE error) - I have over 1,000 rows so it would be tedious to do this manually every month.
=INDEX(COLLECT({{data (3) - TEST Range 5}}, {{data (3) - TEST Range 2}}, "[Property]@row", {{data (3) - TEST Range 3}}, "[Property]@row", {{data (3) - TEST Range 4}}, "[January]"), 1)
Please help!