Hello,
I am looking for a formula for A50 in summary sheet new that will find the Max value in the Inventory Turnover sheet of Column H, based on the condition that its corresponding cell in column C s greater than 0, and returns its corresponding item number to cell A50 on the summary sheet page. Here is my formula, but it is not ignoring the 0s in column C. Thanks!
=INDEX('Inventory Turnover'!A:A,MATCH(MAX(IF('Inventory Turnover'!C:C<>0,'Inventory Turnover'!H:H,""),'Inventory Turnover'!H:H),'Inventory Turnover'!H:H,0),1)
Bookmarks