Combining Formulas

Justinian

Well-known Member
Joined
Aug 9, 2009
Messages
1,557
Office Version
  1. 365
Platform
  1. Windows
How do I combine these two formulas?

=VLOOKUP(A4,Units,2,FALSE)

=MID(A4,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A4&"0123456789")),1)
 
[TABLE="width: 137"]
<tbody>[TR]
[TD]4308K[/TD]
[TD]L1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]4908K[/TD]
[TD]L2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]4805J[/TD]
[TD]L1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]1812[/TD]
[TD]L1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Is it the Units named range?
What about A4 that is used in MID(A4,....)

M.
 
Upvote 0

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Units named range is just a bunch of suite numbers. The VLOOKUP finds the suite number from that named range and the MID formula extracts the number.
 
Upvote 0
Can I e-mail you my workbook?

Private support is not recommended in this forum. To increase your chances of getting help you need to explain exactly what you are trying to do. And, sorry to insist, a sample of your data is essential.

M.
 
Upvote 0
Units named range is just a bunch of suite numbers. The VLOOKUP finds the suite number from that named range and the MID formula extracts the number.

Are you saying that the MID function is used to extract some text from the result provided by VLOOKUP?
Something like
=MID(VLOOKUP(....),...)
Is it?

M.
 
Last edited:
Upvote 0
The MID extracts a number from the text. SO Twr2S#1 becomes 2 when using the MID formula.
 
Upvote 0
The VLOOKUP returns the Twe2S#1 so I want to combine the formulas so I just get the number instead of Twr2S#1.
 
Upvote 0
I took a look at your file (a tedious work uff ...) and noticed that these are the possible texts returned by VLOOKUP.

[TABLE="class: grid"]
<tbody>[TR]
[TD]
Twr St​
[/TD]
[/TR]
[TR]
[TD]
Twr 1B​
[/TD]
[/TR]
[TR]
[TD]
Twr 2Bd​
[/TD]
[/TR]
[TR]
[TD]
Twr 2 U​
[/TD]
[/TR]
[TR]
[TD]
Twr2 GK​
[/TD]
[/TR]
[TR]
[TD]
G 1B L​
[/TD]
[/TR]
[TR]
[TD]
G 1BLU​
[/TD]
[/TR]
[TR]
[TD]
G 1LKU​
[/TD]
[/TR]
[TR]
[TD]
G 1U U​
[/TD]
[/TR]
[TR]
[TD]
G 2B​
[/TD]
[/TR]
[TR]
[TD]
Twr2S#1​
[/TD]
[/TR]
[TR]
[TD]
T1Sig#5​
[/TD]
[/TR]
</tbody>[/TABLE]


Could you, please, tell us the expected result for each of these cases.

M.
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,987
Members
452,373
Latest member
TimReeks

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