Hi,
I am working on combining a list based on an unique Account ID's. But the formula needs to be case sensitive. I have tried the following formula but continue to get an error no matter what I do. I have never used an index formula before so this might be an easy fix that I am just not seeing. Below is an example of the account IDs that I need to differentiate between.
=INDEX(AccountID,MATCH(TRUE,EXACT(D3,A1:A3008),2))
Account ID is the named range containing two columns:
[TABLE="width: 264"]
<tbody>[TR]
[TD]Account ID[/TD]
[TD]Account Name[/TD]
[/TR]
[TR]
[TD]0013600000LeWaJ[/TD]
[TD]Caroline[/TD]
[/TR]
[TR]
[TD]0013600000LeWaj[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]0013600000LeWaK[/TD]
[TD]Pat[/TD]
[/TR]
[TR]
[TD]0013600000LeWak[/TD]
[TD]David[/TD]
[/TR]
[TR]
[TD]0013600000LeWaL[/TD]
[TD]Emily[/TD]
[/TR]
[TR]
[TD]0013600000LeWal[/TD]
[TD]Jeff[/TD]
[/TR]
[TR]
[TD]0013600000LeWaM[/TD]
[TD]Kevin[/TD]
[/TR]
[TR]
[TD]0013600000LeWam[/TD]
[TD]Greg[/TD]
[/TR]
[TR]
[TD]0013600000LeWaN[/TD]
[TD]Jennifer[/TD]
[/TR]
[TR]
[TD]0013600000LeWan[/TD]
[TD]Stephanie[/TD]
[/TR]
[TR]
[TD]0013600000LeWaO[/TD]
[TD]Brad[/TD]
[/TR]
[TR]
[TD]0013600000LeWao[/TD]
[TD]Tony[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be very appreciated it!!
Thanks in advance!
Emily
I am working on combining a list based on an unique Account ID's. But the formula needs to be case sensitive. I have tried the following formula but continue to get an error no matter what I do. I have never used an index formula before so this might be an easy fix that I am just not seeing. Below is an example of the account IDs that I need to differentiate between.
=INDEX(AccountID,MATCH(TRUE,EXACT(D3,A1:A3008),2))
Account ID is the named range containing two columns:
[TABLE="width: 264"]
<tbody>[TR]
[TD]Account ID[/TD]
[TD]Account Name[/TD]
[/TR]
[TR]
[TD]0013600000LeWaJ[/TD]
[TD]Caroline[/TD]
[/TR]
[TR]
[TD]0013600000LeWaj[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]0013600000LeWaK[/TD]
[TD]Pat[/TD]
[/TR]
[TR]
[TD]0013600000LeWak[/TD]
[TD]David[/TD]
[/TR]
[TR]
[TD]0013600000LeWaL[/TD]
[TD]Emily[/TD]
[/TR]
[TR]
[TD]0013600000LeWal[/TD]
[TD]Jeff[/TD]
[/TR]
[TR]
[TD]0013600000LeWaM[/TD]
[TD]Kevin[/TD]
[/TR]
[TR]
[TD]0013600000LeWam[/TD]
[TD]Greg[/TD]
[/TR]
[TR]
[TD]0013600000LeWaN[/TD]
[TD]Jennifer[/TD]
[/TR]
[TR]
[TD]0013600000LeWan[/TD]
[TD]Stephanie[/TD]
[/TR]
[TR]
[TD]0013600000LeWaO[/TD]
[TD]Brad[/TD]
[/TR]
[TR]
[TD]0013600000LeWao[/TD]
[TD]Tony[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be very appreciated it!!
Thanks in advance!
Emily