Hi! I am relatively new to Smartsheet. Usually I can poke along and work through to get the result. Today, not so much. I am trying to pull data based on data input. With the data, I need to match and select from one of 3 columns on another sheet. I have attached a couple screenshots. User selects accumulation from the list.
After the amount is selected, I want the value based on the selected snow accumulation and crossed to the store, to populate.
The source is from the price list. Based on location and snowfall, the cost varies. The formula needs to recognize the data the user selected for accumulation, then identify which column to pull the data base on the user's entry.
I can use Index/Match to source a dollar amount based on a specific column and store match. I can't figure out how to recognize that data entered by the user and return a value based on the entry and that matches the store.
=INDEX({Snow Tracker_2-4 Plow & Shovel}, MATCH([Store #]@row, {Snow Tracker_Store #}, 0))
I have been on this for hours...
Happy New Year!!