I am a smartsheets newbie, but have good experience with Excel and have been trying some things for an inventory management tool that I am creating.
Typically in excel I use the following formula to pick the last value from INDEX MATCH and it works well to give me the last matching value in the range of C3 to C12 from the match between E3 and the range of repeated values in B3 to B12.
=INDEX($C$3:$C$12,MATCH(2,1/(B3:B12=E3)))
Somehow it seems that a similar formula in smartsheets throws a #INVALID OPERATION error.
=INDEX({LoggerData Range 4}, MATCH(2, 1 / ({LoggerData Range 2} = [Barcode #]@row)))
Am I missing something, or is this something I can do to make this work?