VLOOKUP Formula Help

Mr_Inc

New Member
Joined
Mar 27, 2011
Messages
4
Hello,

I have a Data Table that returns a value based on how the column and row intersects, i.e. Y; Y 1; Y 1, 4. I am using the INDEX and MATCH formula's to return an answer, but when I use VLOOKUP to match the answer to the legend table I have created that explains the short hand, it only will recognize it if it only returns one value. I have tried using LEFT, MID and RIGHT will no luck, also tried SEARCH and FIND with in the VLOOKUP formula. Just wondering if there is something I am overlooking in my formula to make it work.

sample legend is

Y- Yes it can be transfered
1- Requires paperwork
4- Document must be notarized

Any help would be greatly appreciated
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Can you post enough of a sample of your data that we can better understand what you are dealing with?
 
Upvote 0
Here is a small section chart:

IRA /Roth IRA /Minor IRA /Minor Roth IRA/ Coverdell ESA / 529
UGMA-UTMA Y 8 Y 8 Y 8 Y 8 Y 8 Y 8
Minor IRA Y 9 C or B Y C or B N N
Minor Roth IRA R Y 9 R Y N N
Coverdell ESA N N N N Y Y 8

Legend Sample

Y The transfer is allowed per IRS Regulations.
N The transfer is NOT allowed.
B Decedents IRA or QRP is transferred into the receiving Beneficiary IRA.
C Conversion allowed of cash and/or stock with completed IRA Distribution Request Form.
8 Paperwork requires signature guaranty
9 Paperwork requires notary

I can't get the chart to line up on the post, but basically you have your top heading and side heading, depending on the account type your trying to consolidate with, determines if its allow and if so what additions steps need to be taken. I have it to where it pulls the match, an once there I am trying have it display the response in another cell. So "Y 8" would return a cell of "The transfer is allowed per IRS Regulations, Paperwork requires signature guaranty".
 
Upvote 0
When I try Importing your chart - Can you see the confusion that results?
Download the MrExcel HTML Maker Software (see reference to in my signature line). Use it to post your chart, THEN we can help you!!

Jim
Excel Workbook
ABCDEFGHIJKL
1IRARoth IRAMinor IRAMinor Roth IRACoverdell ESA529
2UGMA-UTMAY8Y8Y8Y8Y8Y
3MinorIRAY9CorBYCorBN
4MinorRothIRARY9RYNN
5CoverdellESANNNNYY8
Sheet1
Excel 2007
 
Upvote 0
Excel Workbook
CDEFGHIJ
25From the Internal account below.. to ==>IRARoth IRAMinor IRAMinor Roth IRACoverdell ESA529
26UGMA/UTMA==>Y 8Y 8Y 8Y 8Y 8Y 8
27Minor IRA==>Y 9C or RYC or RNN
28Minor Roth IRA==>RY 9RYNN
29Coverdell ESA==>NNNNYY 8
Within
Excel 2007
 
Upvote 0
Here is a SAMPLE Layout of maybe what you want - hope it helps...

Jim
Excel Workbook
CDEFGHIJKL
25From the Internal account below.. to ==>IRARoth IRAMinor IRAMinor Roth IRACoverdell ESA529
26UGMA/UTMA==>Y 8Y 8Y 8Y 8Y 8Y 8
27Minor IRA==>Y 9C or RYC or RNN
28Minor Roth IRA==>RY 9RYNN
29Coverdell ESA==>NNNNYY 8
30
31If (Enter Coordinates below)
32
33UGMA/UTMA<< Do a Drop Down of Row Choices
34Roth IRA<< Do a Drop Down of Column Choices
35
36This Results to:
37Y 8The transfer is allowed per IRS Regulations, Paperwork requires signature guaranty<<<<<
38
39
40Set up a Table of Values to Report back
41
42ResultsComment To Report
43C or R
44N
45R
46Y
47Y 8The transfer is allowed per IRS Regulations, Paperwork requires signature guaranty
48Y 9
Sheet1
Excel 2007
Cell Formulas
RangeFormula
C37=INDEX($E$26:$J$29,MATCH($C$33,$C$26:$C$29,0),MATCH($C$34,$E$25:$J$25,0))
D37=VLOOKUP(C37,C43:D48,2,FALSE)
 
Upvote 0
Jim thanks for your help. Thats the original formula I created with VLOOKUP. It only works if I list all the possible combination. I was hoping to create a formula to look for each part of the answer and return the result. If thats not possible. How can I separate the result cell C37 and send each letter and/or number to separate cells. From there I can make VLOOKUPs for each cell.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,283
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top