Author Topic: I need Excel help; does any of you schmoes know this  (Read 920 times)

0 Members and 1 Guest are viewing this topic.

demi

  • cooler than willco
  • Administrator
I need Excel help; does any of you schmoes know this
« on: June 18, 2012, 03:42:54 PM »
 :nsfw
fat

Dickie Dee

  • It's not the band I hate, it's their fans.
  • Senior Member
Re: I need Excel help; does any of you schmoes know this
« Reply #1 on: June 18, 2012, 03:59:02 PM »
Still makes more sense than a Martin Raperman thread
___

Reb

  • Hon. Mr. Tired
  • Senior Member
I need Excel help; does any of you schmoes know this
« Reply #2 on: June 18, 2012, 04:00:53 PM »
Oh I know.
brb

demi

  • cooler than willco
  • Administrator
Re: I need Excel help; does any of you schmoes know this
« Reply #3 on: June 18, 2012, 04:08:14 PM »
I have a string

Quote
src="/v/pdf/Hussmann/image/GSVM4060/GSVM40601.png"

I need to extract the bold and plop them in their own columns (for future use)

The bolded are variable length for different values

I tried to read about the text functions but its way over my head... or rather theres no good instructions on how to understand this

Any ideas? Is there a quick n easy formula that says "grab whatever is between X and Y" ?
fat

Madrun Badrun

  • twin-anused mascot
  • Senior Member
Re: I need Excel help; does any of you schmoes know this
« Reply #4 on: June 18, 2012, 04:16:22 PM »
I know nothing about excel but
http://www.techrepublic.com/article/the-fastest-way-to-parse-text-in-excel/1033359
and use "/" as your delimiter. 

demi

  • cooler than willco
  • Administrator
Re: I need Excel help; does any of you schmoes know this
« Reply #5 on: June 18, 2012, 04:24:40 PM »
That would work if it was just that one line.... but its pretty much a chunk of HTML in each cell
fat


demi

  • cooler than willco
  • Administrator
Re: I need Excel help; does any of you schmoes know this
« Reply #7 on: June 18, 2012, 04:59:14 PM »
I haven't the slightest what any of that means.
fat

lennedsay

  • Senior MILF
  • Senior Member
Re: I need Excel help; does any of you schmoes know this
« Reply #8 on: June 18, 2012, 05:39:26 PM »
Can you use text to columns and use / as the divider? Just make sure you have an extra column next to your original column or it'll write over whatever is in the next column.

I'd copy and paste the original column in a new column and try that, and then mark the unneeded info as "Do not convert" or whatever the hell it says.
(|)

Bildi

  • AKA Bildo
  • Senior Member
Re: I need Excel help; does any of you schmoes know this
« Reply #9 on: June 18, 2012, 08:19:13 PM »
Maybe this will work - it doesn't matter how long the strings are, it relies on the text "pdf/" and "image/" appearing directly before the data you want.  First screenshot is the forumlas, the second screenshot is the results:



(I made a mistake in cell B4, is should say A5, not A2).  If 20 letters is not long enough to cover the longest names or whatever, increase it.  You don't need column B at all, I just put it in to make is clearer how the formula in column C works.
« Last Edit: June 18, 2012, 08:21:05 PM by Bildi »

demi

  • cooler than willco
  • Administrator
Re: I need Excel help; does any of you schmoes know this
« Reply #10 on: June 18, 2012, 08:36:38 PM »
Wow thats a lot of work Bildi, I appreciate it. I'll try it when I go in tomorrow. You have the right idea though. There will be different names for both bolded items, so I need something that can basically say "grab between X and Y"

If I have to clean some letters, that is easy enough to do manually.
fat