I'm using Excel 2010.
I'm using the below formula to populate the location of my inventory but I need to gather the data from column C of a third sheet, 'PLANTS' by matching it to column E. Also, if the inventory doesn't show up on any of the three sheets, I'd like it to populate "In stock".
=IFERROR(INDEX('CUSTOMER INFO'!B:B,MATCH(A3,'CUSTOMER INFO'!E:E,0)),INDEX(SUBSTATIONS!C:C,MATCH(A3,SUBSTATIONS!E:E,0)))
Can anyone help? Is there a simpler way of doing this?
Bookmarks