Hello,
I need to sum an index match formula. Can someone help me?
The following formula works, I just want to add a component to sum the numbers because it is pulling from a sheet in which there will be multiple entries.
=IFERROR(INDEX({Quantity}, MATCH([Request ID]@row, {Request ID}, 0)), "")
Thank you in advance!