Double return formula.

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,442
Office Version
  1. 2007
Platform
  1. Windows
Hi,
I have this reference table in A3:C30, and when I enter a number in column E, I would like in column F,G that the 2 other numbers that correspond to that number from the reference table.

2233.PNG


Thank you.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
You can put these formulas in F and G
Excel Formula:
=VLOOKUP(E3, A3:A30, 1, FALSE)
=VLOOKUP(E3, A3:A30, 2, FALSE)
 
Upvote 0
Another option.
Book2
ABCDEFG
1Reference table
2
301410141
412119219
5221212313
6321321113
74214
85215
96216
107217
118218
129219
1310311
1411312
1512313
1613314
1714315
1815316
1916317
2017318
2118319
2219111
2320112
2421113
2522114
2623115
2724116
2825117
2926118
3027119
Sheet1
Cell Formulas
RangeFormula
F3:G6F3=INDEX($B$3:$C$30,MATCH($E3,$A$3:$A$30,0),0)
Dynamic array formulas.
 
Upvote 0
Thank you guys, those formulas work very well, I appreciate your help.
 
Upvote 0
Glad we could help. Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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