=IFERROR(INDEX({Index NEW po amt}, MATCH([PO Number]@row, {PO number}, 0)), [Total Contract Amount]@row)
The idea is I am cross referencing a PO amendment sheet on my main sheet. If there is a po amendment, I index and match based on the po number. If the index and match fails because there is no amendment listed on the other sheet for the corresponding PO, rather than a message of some kind in "" or a blank space " " I want it to display the data in the column labeled "Total Contract Amount" in the same row.
The reason is for dashboard metrics etc. I need both the final po amount (including amendments) to be in one column, but I don't want the user to have to go into the main sheet and manually adjust contract amounts every time there is an amendment. I feel like this should be easy but I cannot figure it out or find anything. The normal way to regurgitate data from another cell is just ="other cell" but since I'm already using the =IFERROR there's no way to do this.
Am I missing something obvious here?
Thanks!
Josh