lookup but cell has many rows of text :-(

John Caines

Well-known Member
Joined
Aug 28, 2006
Messages
1,155
Office Version
  1. 2019
Platform
  1. Windows
Hello All,
I really hope someone can help me out here if possible.
I'm trying to extract some data from a cell, but it has a lot of rows of text, that makes it difficult (Well, for me anyway!) :)

Here's an example 1st, then I'll explain what I'm tring to do,
EXAMPLE:
NOURLHeaderServerX-Powered-By
1http://247-services.co.uk/HTTP/1.1 200 OK
Connection: Upgrade, Keep-Alive
Date: Fri, 09 Oct 2020 13:23:12 GMT
Keep-Alive: timeout=2, max=100
Transfer-Encoding: chunked
Upgrade: h2,h2c
Content-Type: text/html; charset=UTF-8
Server: Apache
X-Powered-By: PHP/7.0.33
Link: <http://247-services.co.uk/wp-json/>; rel="REST API Handbook | WordPress Developer Resources", <http://247-services.co.uk/>; rel=shortlink

1-I have several 100 of these and I need to extract;
1- Server:
2-X-Powered-By:
So basically In Column D (Server I need it to return the word 'Apache'
& in Column E (X-Powered-By:) I need it to return the value 'PHP/7.0.33'
The returned values are always on the same line.
And of course the returned values can be different, IE not just the word apache, could be Litespeed or PHP might be PHP/5.6 etc as examples.

I hope someone can help me out here as I really am stuck with how to do this.
Many thanks in advance

Best regards to you all
Stay safe!
John Caines

#and a big shoutout to whoever has made this post software, so you can easily copy/paste a nice table into the thread! Amazing!

 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
How about:

Book1
ABCDE
1NOURLHeaderServerX-Powered-By
21http://247-services.co.uk/HTTP/1.1 200 OK Connection: Upgrade, Keep-Alive Date: Fri, 09 Oct 2020 13:23:12 GMT Keep-Alive: timeout=2, max=100 Transfer-Encoding: chunked Upgrade: h2,h2c Content-Type: text/html; charset=UTF-8 Server: Apache X-Powered-By: PHP/7.0.33 Link: <http://247-services.co.uk/wp-json/>; rel="REST API Handbook | WordPress Developer Resources", <http://247-services.co.uk/>; rel=shortlinkApachePHP/7.0.33
Sheet11
Cell Formulas
RangeFormula
D2:E2D2=TRIM(RIGHT(SUBSTITUTE(LEFT($C2,FIND(CHAR(10),$C2,FIND(D$1,$C2))-1),":",REPT(" ",99)),99))
 
Upvote 0
Hi Eric W!
Many thanks for your reply!

I actually was thinking it might be a formula like this (Not that I really have much of a clue LOL), as I was on this link, (Googled) and trying;
=TRIM(LEFT(SUBSTITUTE(MID(C2,FIND("Server:",C2),LEN(C2))," ",REPT(" ",100)),100))
Hey, totallly wrong, but kind of on the right track!

Many thanks again for your reply Eric.
I've just tried your formula in both columns, and it's working perfectly!

Many thanks again for your reply !
Saved my bacon!

Have a great day!
Best regards Eric
A very thankful
John Caines
 
Upvote 0
Definitely on the right track! Glad to help! Thanks for the feedback. :cool:

(I just noticed - your avatar really scared my avatar! ? )
 
Upvote 0
Thanks again Eric for your help. Haha! The avatar, yes! If I remember rightly, when I very 1st joined I wanted my user name to be 'The Ghost' many years back and it got refused! Too scarey LOL.
Have a great day

Cheers Eric
John C
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,028
Members
448,940
Latest member
mdusw

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