Hello! I am stuck on the INDEX MATCH pulling incorrect amounts when I reference another sheet. It will work for some cells, but not others. I am thinking since the parent sheet doesn't have all the line item costs for each store such as "Shelving" or "IT/LP", that could be the issue, but not all stores will have those costs.
There is no "GC" cost line item in the parent sheet for Store 2070 so it's pulling the cost from the Architect amount even though I changed the formula to reflect "GC":
=INDEX({Invoiced to Date}, MATCH([Store Number/Name]@row + ({Vendor List Range 1} = "GC"), {Store Name + Number}), 0)
I also tried wrapping it in =VALUE, but no luck. Is there a part I can input into the formula to reflect $0 if there is no information to pull? Or do I need to add the line item to the parent sheet and have the cost be $0?
The formula below works if there are line items with costs in the parent sheet being referenced:
Thanks in advance for your insight!