Extract Domain From URL?
Jan 27, 2009
I have a string variable which is dynamically populated with a URL value. Some examples of the URL are:
http://cartoondoor.blogbus.com/index_5.html
http://asirir.blogspot.com/
http://neuronets.chat.ru/appendix.html
I'd like to be able to extract the domain--meaning the string value between // and /.
View 2 Replies
ADVERTISEMENT
Feb 23, 2014
I have a long url and I need only the root domain in the url.
for example:
[URL] .....
[URL] .....
[URL] .....
[URL] .....
[URL] .....
View 2 Replies
View Related
Sep 24, 2007
I need to sort email address list by domain name instead of just ascending and decending,
View 9 Replies
View Related
Nov 4, 2009
I am getting a #name? error in certain cells for a file that is located on our domain controller. This file will work only on certain computers. I did not make the file, but since it works on certain computers, I can only assume that it is not a function error. We are running Office 2003.
View 2 Replies
View Related
Aug 7, 2013
I have a very large dataset (~5000 points in a 2D array) which I need to plot and fit a linear trendline to. There are 90 subjects each of which has a daily binary event checked over its lifespan. eg:
Day: 1 2 3 4 5 6 7 8 9 10
subj 1 0 1 0 0 0 (dead)
subj 2 1 1 1 0 1 0 1 0 0 0(dead)
subj 3 0 0 1 0(dead)
I simply averaged the number of events per day per subject and plotted them but near the long-lived end of the data the variability gets really high. I have normalized the lifespan for each subject such that instead of the event occurring on day 10, it occurred at 0.2 of its total lifespan (dying on day 50). Now that my data is in this format, I want to create an average for all subjects over the domain 0-1 representing birth-death.
The trouble is that now each subject's domain has different intervals between points (eg. 0.1 for subjects living 10 days and 0.006993 for those living 143 days). How to now space out the cells (somewhat) automatically so I can average the columns? My array is 90 x 150 so doing it manually is not really possible. Or, alternatively, is there a way to create a continuous average rather than a discrete one? Some sort of function that goes through each infinitely small (or even a discrete really tiny interval) point of the domain (0-1) and averages the binary y-value?
View 2 Replies
View Related
Dec 11, 2013
Attached is a spreadsheet with values contained in it.
We have in column B the date time values at 30min intervals ie 11/12/2013 16:30:00, 11/12/2013 16:00:00, 11/12/2013 15:30:00 etc
We have in column C the value for each 30min time is there ie 6507, 6517, 6531 etc
In column E i would like the 16:30 value for each day
get430dailyvalue.xls
View 4 Replies
View Related
Oct 21, 2013
I have a table where in a cell there are various order numbers. The problem is that the one order is received at various dates and the receipt is entered as per the date. Until and unless the last part of the order is received the status is shown as open. I want to sort the orders and copy them to a new sheet depending upon their status. If the order is open it should show open and if it is closed it should show closed. But as the order numbers are repeated in the table therefore using advance filter I am unable to sort down the numbers based on their current status.
View 1 Replies
View Related
Aug 8, 2012
I've tried several ways and came close to the extract with the 2 formulas below. If there is a way to combine these 2 formulas, how to combine or any other function to complete the extract?
View 1 Replies
View Related
May 16, 2013
I have a string that follows this format: SAMSUNG CT797F-1
From this string I need to extract 797F only. Further complicating the problem is that its not always SAMSUNG it could be ABB CT797F-1 or KOMSATISU CT797F-1
I have implemented a function that can extract all the numbers, but can't think of how to extract 797F from the various different strings.
View 6 Replies
View Related
Aug 13, 2009
just got a problem with this guys, sample :
in A1 i copy and paste -> "previous / 12.25 " or " "previous/12.25"
and i want in b1 to only have "12.25".
View 4 Replies
View Related
Sep 8, 2009
Extract 2 digits to the right of a decimal when it ends in 0, AND keep it a value.
Ex: .69 .75 .50 .70 = 69 75 50 70.
Text to columns won't work because it has to calculate from other cells' data. This value is then used in an IF function.
View 6 Replies
View Related
Oct 17, 2009
Below is a snapshot of data in a column. I need a way to extract the number, may be a whole, may be decimal, and leave behind the text description. Result to be put into a new column:
Hernia Umbilical 553.1
Perirectal Abscess 566
Diverticulitis 577.0
553.21 Hernia Vental/Incisional
Abdominal Pain RUQ789.01
Abdominal Pain RLQ789.03
217: Benign Breast mass
541-appendicitis
Chronic 575.11 Cholecystitis
SBO560.81
786.05SOB
226/ Thyroid neoplasm
The idea here is that the integer could be integrated in anyway imaginable with the associated text. I don't need the text. The end result must display this in a new column:
553.1
566
577.0
553.21
789.01
789.03
217
541
575.11
560.81
786.05
226
View 10 Replies
View Related
Nov 17, 2009
I have a worksheet which looks like below.
ColA ColB
1 Red
2 Red
3 Red
4 Dog
5 Dog
6 Blue
7 Blue
8 Green
9 Green
Is there a formula I can use to extract the 1st row of each duplicate set (column A having unique values, column B having duplicates)? So from above my result would be:
ColA ColB
1 Red
4 Dog
6 Blue
8 Green
View 3 Replies
View Related
Sep 19, 2013
I have a spreadsheet with thousand company names that I would like to extract and hope there is way to not do it manually. The data is organized in each row like this:
5;"Novo Nordisk";"Medicinal og biotek";"66346000";"17097000";"31499"
I would like to only keep the company name, in this case Novo Nordisk and delete the rest of the information. How do I do that ?
View 6 Replies
View Related
Jul 21, 2014
I have excelfilename starts like abc - usa sales- 1-1-2014. have to extract usa from the filename and insert as a column in excel with columnname 'country'.
View 1 Replies
View Related
Dec 2, 2008
I am building a template which needs to pull values from an excel sheet that
will be copied and pasted into one of the worksheets in the template. These
values are always in the same columns but not always in the same row as the
length of the file varies. One of the main problems I am having is that there
these values are sums (located at the bottom of the table) but they do not
have any indicator in the first column (it is blank so I cannot use vlookup).
Also there may be multiple tables (each under the privious one) and in this
case I need to be able to extract the sum of each of the sum value for each
table.
Also, I was thinking of taking another route. Instead of looking up the
already calculated sum values I was thinking there might be a possibility to
sum the values my self and pull that value for the columns needed into my
template. The first lign of each table begins with "Asgn" and ends with "End"
and I was wondering if there is a way to sum the values between (and
including) these two markers for the columns needed.
View 4 Replies
View Related
Jan 31, 2012
I have the following names in a column...
Chapman, Daniel S
Cooper, David
Reed, John Lee
I am trying to extract the first name with the following formula, however it is not working:
=MID(A1,FIND(",",A1)+1,FIND(" ",A1))
Instead I get the following...
Daniel S
#value!
John Lee
View 9 Replies
View Related
Apr 26, 2012
There has to be a smarter way to do the formula in A3?
Code:
-----------------------------------------------------A------------------------------------------------------
1 West @ Industry - 331.3421
2 =LEFT(A1,FIND("@",A1)-1)
3 =LEFT(MID(A1,LEN(LEFT(A1,FIND("@",A1)+2)),LEN(A1)),FIND("-",MID(A1,LEN(LEFT(A1,FIND("@",A1)+2)),LEN(A1)))-2)
4 =MID(A1,FIND("-",A1)+2,LEN(A1))
Results
Code:
------------A-------------
1 West @ Industry - 331.3421
2 West
3 Industry
4 331.3421
View 7 Replies
View Related
Mar 11, 2013
I have the following string and I can't figure out how to extract the day and the times so it would be in columns
Day | Time | Time | Day | Time | Time
Sunday9:00am-11:00pmMonday8:00am-11:00pmTuesday8:00am-11:00pm
View 8 Replies
View Related
Apr 30, 2014
What formula would i use to extract the first letter from a persons name - John Paul Smith = JPS
View 7 Replies
View Related
Nov 28, 2006
I have a list of names in a data set like the examle below. I would like to be able to isolate the last name so I can match the data in this data set with a data set with additional information. The only common set of data I have is the first and last names.
View 9 Replies
View Related
Apr 10, 2007
I need to extract the term between the two colons: Snowboard Jackets
This term resides in AB289-
Snow : Snowboard Jackets : Guys SoftShell
Using MID, but not able to get all the term
View 9 Replies
View Related
May 8, 2007
I have data taken from the web which includes hyperlinks. Is there a VBA technique to extract the link itself and place it in a seperate cell? IE end up with the original text that was clickable in column A and the underlying URL in column B?
View 9 Replies
View Related
Jul 31, 2007
I have a value that is bracketed and I just want the number extracted to another cell.
I've shown three part lines of the data I need to extract from.
Cd56.5,(53.5),1:34.16,(36.22),
53.0,(53.0),1:36.32,(37.36),6/1,
-2.0,(54.0),1:59.26,(36.52),9/1,
The values I need are 53.5 from line one-53.0 from line two & 54.0 from line three.
As you can see they don't always sit in the same column.
View 9 Replies
View Related
Aug 6, 2007
if I have a workbook sitting in a folder, how to I extract that foldername with VBA. Not the full path or the filenmae - just the folder name?
View 9 Replies
View Related
Sep 5, 2007
CAn a formula/macro be provided to extract the numbers (including Decimal) from a cell value containing alphanumbers?
For eg.Down 3,492.00 INR should be extracted as -3492.00
Up3,492.00 INR as 3492.00
Please note that the numbers may be of any digit. If it contains down, then the number should be negative and if UP then positive.
View 9 Replies
View Related
Sep 6, 2007
I trying to extract the group, sqd, office1 and office2 from a symbol. Each is seperated by "/".
I can get the Group pretty easy but after that its been giving me trouble.
View 9 Replies
View Related
Jun 27, 2008
I have a list of email addresses in column A (eg: andre@mailburst.co.za , pete@ vodacom.co.za). Is there a way to ectract say only the addressesending in "@vodacom.co.za"?
View 9 Replies
View Related
Jul 18, 2008
How do I extract the second to last word from a string of text in one cell and put it another.
View 9 Replies
View Related
Aug 11, 2008
How would i extract the first 3 letters of the first 2 words in a cell?
the cell may have 1 to many words in it.
I would like to exclude words like of and the...
i.e. the univeristy of washington should be uniwas
View 9 Replies
View Related