Hi,
ok i have some financial data that i was using Vlookup for where i have a unique id and then i was having it return a value. This works fine for example i can vlookup id 1234 and have it return the funds of 23000. My problem is when i have duplicate values in ID1. My question is what is the best way to have it return values when i have a duplicate? I have a second Id that again may not be truly unique. So how do i use the combination of the two IDs to return the funds value.
ID1 + ID2 --- returns Funds 23,000
ID1 + ID2 ---- returns funds 34,000
Id1 ID2 funds remaining
1234 ydt1 23,000 100
1259 a56B 12,000 200
1581 adb2 10,000 2000
1234 a56B 34,000 1000
I have seen that maybe Index, match may be what i need but i dont know how to set it up. Any help is most appreciated.
ok i have some financial data that i was using Vlookup for where i have a unique id and then i was having it return a value. This works fine for example i can vlookup id 1234 and have it return the funds of 23000. My problem is when i have duplicate values in ID1. My question is what is the best way to have it return values when i have a duplicate? I have a second Id that again may not be truly unique. So how do i use the combination of the two IDs to return the funds value.
ID1 + ID2 --- returns Funds 23,000
ID1 + ID2 ---- returns funds 34,000
Id1 ID2 funds remaining
1234 ydt1 23,000 100
1259 a56B 12,000 200
1581 adb2 10,000 2000
1234 a56B 34,000 1000
I have seen that maybe Index, match may be what i need but i dont know how to set it up. Any help is most appreciated.