OK, my manager and I are going crazy here. We have the following formula:
=IFERROR(SUM(VLOOKUP(B2,cost8,2,FALSE)),"No Return")
cost8 is the defined name for where to search for the value from B2.
The exact same formula works on another spreadsheet for period 7, however; this one doesn't work in the new period 8 spreadsheet. While the actual data differs, the layouts are exactly the same. Nearly the same amount of data, etc.
Nothing we've done seems to work. It always returns "No Return", even though we can find the data from B2 in the defined list just fine and all the data is there.
What are we doing wrong?
=IFERROR(SUM(VLOOKUP(B2,cost8,2,FALSE)),"No Return")
cost8 is the defined name for where to search for the value from B2.
The exact same formula works on another spreadsheet for period 7, however; this one doesn't work in the new period 8 spreadsheet. While the actual data differs, the layouts are exactly the same. Nearly the same amount of data, etc.
Nothing we've done seems to work. It always returns "No Return", even though we can find the data from B2 in the defined list just fine and all the data is there.
What are we doing wrong?