Hi,
Im looking to compare the price of items in a spreadsheet.
In the example below, Im looking for a function for the Higher or Lower column that compares Item ID "1" with itself and identifies which is the higher and lower price of the two.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item ID
[/TD]
[TD]Price[/TD]
[TD]Higher or Lower[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]10.00
[/TD]
[TD]Lower[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]54.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]23.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]14.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]78.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]41.00[/TD]
[TD]Higher[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]74.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]33.00[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Im looking to compare the price of items in a spreadsheet.
In the example below, Im looking for a function for the Higher or Lower column that compares Item ID "1" with itself and identifies which is the higher and lower price of the two.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item ID
[/TD]
[TD]Price[/TD]
[TD]Higher or Lower[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]10.00
[/TD]
[TD]Lower[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]54.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]23.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]14.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]78.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]41.00[/TD]
[TD]Higher[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]74.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]33.00[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]