Hello.
I have a spreadsheet that contains multiple documents some of which are duplicates. The vast majority of the time the duplicates have different dollar amounts. However, after applying an INDEX/MATCH, the formula returns the fist dollar value it reads and applies that amount to all duplicates. Is there a way to return each unique dollar value for the duplicated document number? For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Doc Number[/TD]
[TD]Dollar Amounts[/TD]
[TD]Amount - My results after INDEX/MATCH[/TD]
[TD]Amount - Desired Results[/TD]
[/TR]
[TR]
[TD]DOCX111[/TD]
[TD]1000[/TD]
[TD]1000[/TD]
[TD]1000
[/TD]
[/TR]
[TR]
[TD]DOCX111[/TD]
[TD]2000[/TD]
[TD]1000[/TD]
[TD]2000[/TD]
[/TR]
[TR]
[TD]DOCX111[/TD]
[TD]3000[/TD]
[TD]1000[/TD]
[TD]3000[/TD]
[/TR]
[TR]
[TD]DOCX111[/TD]
[TD]4000[/TD]
[TD]1000[/TD]
[TD]4000[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you!
I have a spreadsheet that contains multiple documents some of which are duplicates. The vast majority of the time the duplicates have different dollar amounts. However, after applying an INDEX/MATCH, the formula returns the fist dollar value it reads and applies that amount to all duplicates. Is there a way to return each unique dollar value for the duplicated document number? For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Doc Number[/TD]
[TD]Dollar Amounts[/TD]
[TD]Amount - My results after INDEX/MATCH[/TD]
[TD]Amount - Desired Results[/TD]
[/TR]
[TR]
[TD]DOCX111[/TD]
[TD]1000[/TD]
[TD]1000[/TD]
[TD]1000
[/TD]
[/TR]
[TR]
[TD]DOCX111[/TD]
[TD]2000[/TD]
[TD]1000[/TD]
[TD]2000[/TD]
[/TR]
[TR]
[TD]DOCX111[/TD]
[TD]3000[/TD]
[TD]1000[/TD]
[TD]3000[/TD]
[/TR]
[TR]
[TD]DOCX111[/TD]
[TD]4000[/TD]
[TD]1000[/TD]
[TD]4000[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you!