I have a column of decimal numbers and firstly want the product of the integer & decimal values. e.g. 2.3 produces 6 as does 3.2. I then want the maximum value of the product to identify which rows it occurs in.
The problem that I have is that a formula such as
=IF(A1=MAX(A1:A12),B1,"") where column A contains the product value, the formula only returns a value from column B where the starting decimal value is highest
e.g. 3.2 returns a value from B and 2.3 does not
I have tried various ways of calculating the product value
The product values that are "ignored" are omitted by COUNTIF formula but are included by SUM
The problem that I have is that a formula such as
=IF(A1=MAX(A1:A12),B1,"") where column A contains the product value, the formula only returns a value from column B where the starting decimal value is highest
e.g. 3.2 returns a value from B and 2.3 does not
I have tried various ways of calculating the product value
The product values that are "ignored" are omitted by COUNTIF formula but are included by SUM