excelformulas
New Member
- Joined
- Feb 1, 2024
- Messages
- 3
- Office Version
- 2016
- Platform
- Windows
I'm trying to do a formula where I'm looking up the rate in a particular column in a table based on an ID number (first column). Each ID number shows up twice in teh table (once with $ amounts and then second with a rate). How do I do a vlookup formula to show me what is in column 3 the second time an ID is used? So If I did a vlookup for "123456789" in the below able for column 3 it shows 25,000,000 (which I need) but how do a separate formlua to show me 85.00 bps?
ID | Name | First | Next | Next |
123456789 | Name 1 | 25,000,000 | 50,000,000 | |
123456789 | Name 1 | 85.00 bps | 60.00 bps | 50.00 bps |
987654321 | Name 2 | 25,000,000 | 50,000,000 | |
987654321 | Name 2 | 75.00 bps | 57.50 bps | 50.00 bps |