Hello everyone. I have a product costs summary that I'm working on and in one cell I'm using a MIN(IF formula to calculate and display the minimum value in a range of cells that excludes any blank cells.
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #005109}</style>[FONT="]{=MIN(IF[/FONT][FONT="]([/FONT][FONT="]'Comparison Costs Sheet'!G3:'Comparison Costs Sheet'!G5=0,"",'Comparison Costs Sheet'!G3:'Comparison Costs Sheet'!G5[/FONT][FONT="])[/FONT][FONT="])}
[/FONT]SUCCESSFUL
This formula works fine. However, in another cell, I am trying to also show the name of the product that this minimum value belongs to. If I add an INDEX, MATCH formula onto the front of the aforementioned formula, I get an error msg that says I have too many arguments for this function. If I remove the IF function altogether, the product name that is returned is the name that belongs to the blank value cell and NOT that of the lowest value, or the one that isn't zero.
<style type="text/css"> p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000 } span.s1 {color: #005109 } span.s2 {color: #9900cc } </style>{=INDEX('Comparison Costs Sheet'!A3:'Comparison Costs Sheet'!A5,MATCH(MIN('Comparison Costs Sheet'!G3:'Comparison Costs Sheet'!G5),'Comparison Costs Sheet'!G3:'Comparison Costs Sheet'!G5,0))} INCORRECT VALUE
Can anyone help with the proper syntax to get this to work so that my costs summary is listing the lowest values and their product names correctly?
Thank you so much for any assistance you can lend!<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #005109}</style><style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #005109}</style>
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #005109}</style>[FONT="]{=MIN(IF[/FONT][FONT="]([/FONT][FONT="]'Comparison Costs Sheet'!G3:'Comparison Costs Sheet'!G5=0,"",'Comparison Costs Sheet'!G3:'Comparison Costs Sheet'!G5[/FONT][FONT="])[/FONT][FONT="])}
[/FONT]SUCCESSFUL
This formula works fine. However, in another cell, I am trying to also show the name of the product that this minimum value belongs to. If I add an INDEX, MATCH formula onto the front of the aforementioned formula, I get an error msg that says I have too many arguments for this function. If I remove the IF function altogether, the product name that is returned is the name that belongs to the blank value cell and NOT that of the lowest value, or the one that isn't zero.
<style type="text/css"> p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000 } span.s1 {color: #005109 } span.s2 {color: #9900cc } </style>{=INDEX('Comparison Costs Sheet'!A3:'Comparison Costs Sheet'!A5,MATCH(MIN('Comparison Costs Sheet'!G3:'Comparison Costs Sheet'!G5),'Comparison Costs Sheet'!G3:'Comparison Costs Sheet'!G5,0))} INCORRECT VALUE
Can anyone help with the proper syntax to get this to work so that my costs summary is listing the lowest values and their product names correctly?
Thank you so much for any assistance you can lend!<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #005109}</style><style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #005109}</style>
Last edited: