Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
workaholic
 
Posts: n/a
Default splitting names can't see whats going wrong (Save My Sanity )

Corrected typo's

I have a long list of words (see below) and in the next column i have this
=LEFT(F1,LEN(F1)-FIND("=",F1)-2)
The result is in the second list below, as you can see it's not right. No's
3, 5, 7, 8, 9, 10, 15, 18, 20, 22, 23 are in correct.

Any ideas what happening here?



The Hilton = Hint: Hotel
Boeing = Big One
General Electric = Electrical Genre
MasterCard = Trader scam
Lipton tea = Teapot nil
Dreamworks = Mad workers
Wired = Weird
Victoria's Secret = Erotica Victress
Random House = Around homes
Virgin Air = I arriving
Pillsbury = Silly burp
Tower Records = Word secretor
Lifesavers = Safer lives
Whole Foods = Who's fooled?
Princess Cruises = Scenic surprises
Aeroflot = Fa loot
Greyhound = Young herd
Siemens = Nemesis
Prudential = Real pundit
Little Caesar's = Stale articles
Nickelodeon = Indolence OK
Learjet = Real jet
Sikorsky = O! Risk sky
Year Two Thousand = A year to shutdown
Universal Studios = Visual is nude sort
Paramount Pictures = Upon amateur script
Banana Republic = Annual bribe cap
================
================

The Hilton
Boeing
General Electri
MasterCard
Lipton te
Dreamworks
Wire
Victoria's Secr
Random Hous
Virgin Ai
Pillsbury
Tower Record
Lifesavers
Whole Foods
Princess Cruise
Aeroflot
Greyhound
Siemen
Prudential
Little Caesar
Nickelodeon
Learjet
Sikorsky =
Year Two Thousand
Universal Studios
Paramount Pictures
Banana Republic



  #2   Report Post  
workaholic
 
Posts: n/a
Default splitting names can't see whats going wrong (Save My Sanity )

by the way it's XL2000



Corrected typo's

I have a long list of words (see below) and in the next column i have this
=LEFT(F1,LEN(F1)-FIND("=",F1)-2)
The result is in the second list below, as you can see it's not right.

No's
3, 5, 7, 8, 9, 10, 15, 18, 20, 22, 23 are in correct.

Any ideas what happening here?



The Hilton = Hint: Hotel
Boeing = Big One
General Electric = Electrical Genre
MasterCard = Trader scam
Lipton tea = Teapot nil
Dreamworks = Mad workers
Wired = Weird
Victoria's Secret = Erotica Victress
Random House = Around homes
Virgin Air = I arriving
Pillsbury = Silly burp
Tower Records = Word secretor
Lifesavers = Safer lives
Whole Foods = Who's fooled?
Princess Cruises = Scenic surprises
Aeroflot = Fa loot
Greyhound = Young herd
Siemens = Nemesis
Prudential = Real pundit
Little Caesar's = Stale articles
Nickelodeon = Indolence OK
Learjet = Real jet
Sikorsky = O! Risk sky
Year Two Thousand = A year to shutdown
Universal Studios = Visual is nude sort
Paramount Pictures = Upon amateur script
Banana Republic = Annual bribe cap
================
================

The Hilton
Boeing
General Electri
MasterCard
Lipton te
Dreamworks
Wire
Victoria's Secr
Random Hous
Virgin Ai
Pillsbury
Tower Record
Lifesavers
Whole Foods
Princess Cruise
Aeroflot
Greyhound
Siemen
Prudential
Little Caesar
Nickelodeon
Learjet
Sikorsky =
Year Two Thousand
Universal Studios
Paramount Pictures
Banana Republic





  #3   Report Post  
Rowan Drummond
 
Posts: n/a
Default splitting names can't see whats going wrong (Save My Sanity )

Try:

=MID(F1,1,FIND("=",F1)-2)

Hope this helps
Rowan

workaholic wrote:
Corrected typo's

I have a long list of words (see below) and in the next column i have this
=LEFT(F1,LEN(F1)-FIND("=",F1)-2)
The result is in the second list below, as you can see it's not right. No's
3, 5, 7, 8, 9, 10, 15, 18, 20, 22, 23 are in correct.

Any ideas what happening here?



The Hilton = Hint: Hotel
Boeing = Big One
General Electric = Electrical Genre
MasterCard = Trader scam
Lipton tea = Teapot nil
Dreamworks = Mad workers
Wired = Weird
Victoria's Secret = Erotica Victress
Random House = Around homes
Virgin Air = I arriving
Pillsbury = Silly burp
Tower Records = Word secretor
Lifesavers = Safer lives
Whole Foods = Who's fooled?
Princess Cruises = Scenic surprises
Aeroflot = Fa loot
Greyhound = Young herd
Siemens = Nemesis
Prudential = Real pundit
Little Caesar's = Stale articles
Nickelodeon = Indolence OK
Learjet = Real jet
Sikorsky = O! Risk sky
Year Two Thousand = A year to shutdown
Universal Studios = Visual is nude sort
Paramount Pictures = Upon amateur script
Banana Republic = Annual bribe cap
================
================

The Hilton
Boeing
General Electri
MasterCard
Lipton te
Dreamworks
Wire
Victoria's Secr
Random Hous
Virgin Ai
Pillsbury
Tower Record
Lifesavers
Whole Foods
Princess Cruise
Aeroflot
Greyhound
Siemen
Prudential
Little Caesar
Nickelodeon
Learjet
Sikorsky =
Year Two Thousand
Universal Studios
Paramount Pictures
Banana Republic



  #4   Report Post  
RagDyer
 
Posts: n/a
Default splitting names can't see whats going wrong (Save My Sanity )

You made your formula a little too long.

Your formula ... revised (shortened) ... produces the correct return:

=LEFT(F1,FIND("=",F1)-2)

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"workaholic" wrote in message
...
by the way it's XL2000



Corrected typo's

I have a long list of words (see below) and in the next column i have

this
=LEFT(F1,LEN(F1)-FIND("=",F1)-2)
The result is in the second list below, as you can see it's not right.

No's
3, 5, 7, 8, 9, 10, 15, 18, 20, 22, 23 are in correct.

Any ideas what happening here?



The Hilton = Hint: Hotel
Boeing = Big One
General Electric = Electrical Genre
MasterCard = Trader scam
Lipton tea = Teapot nil
Dreamworks = Mad workers
Wired = Weird
Victoria's Secret = Erotica Victress
Random House = Around homes
Virgin Air = I arriving
Pillsbury = Silly burp
Tower Records = Word secretor
Lifesavers = Safer lives
Whole Foods = Who's fooled?
Princess Cruises = Scenic surprises
Aeroflot = Fa loot
Greyhound = Young herd
Siemens = Nemesis
Prudential = Real pundit
Little Caesar's = Stale articles
Nickelodeon = Indolence OK
Learjet = Real jet
Sikorsky = O! Risk sky
Year Two Thousand = A year to shutdown
Universal Studios = Visual is nude sort
Paramount Pictures = Upon amateur script
Banana Republic = Annual bribe cap
================
================

The Hilton
Boeing
General Electri
MasterCard
Lipton te
Dreamworks
Wire
Victoria's Secr
Random Hous
Virgin Ai
Pillsbury
Tower Record
Lifesavers
Whole Foods
Princess Cruise
Aeroflot
Greyhound
Siemen
Prudential
Little Caesar
Nickelodeon
Learjet
Sikorsky =
Year Two Thousand
Universal Studios
Paramount Pictures
Banana Republic






  #5   Report Post  
workaholic
 
Posts: n/a
Default splitting names can't see whats going wrong (Save My Sanity )

Many Thanks




"RagDyer" wrote in message
...
You made your formula a little too long.

Your formula ... revised (shortened) ... produces the correct return:

=LEFT(F1,FIND("=",F1)-2)

--
Regards,

RD

--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit !
--------------------------------------------------------------------------

-

"workaholic" wrote in message
...
by the way it's XL2000



Corrected typo's

I have a long list of words (see below) and in the next column i have

this
=LEFT(F1,LEN(F1)-FIND("=",F1)-2)
The result is in the second list below, as you can see it's not right.

No's
3, 5, 7, 8, 9, 10, 15, 18, 20, 22, 23 are in correct.

Any ideas what happening here?



The Hilton = Hint: Hotel
Boeing = Big One
General Electric = Electrical Genre
MasterCard = Trader scam
Lipton tea = Teapot nil
Dreamworks = Mad workers
Wired = Weird
Victoria's Secret = Erotica Victress
Random House = Around homes
Virgin Air = I arriving
Pillsbury = Silly burp
Tower Records = Word secretor
Lifesavers = Safer lives
Whole Foods = Who's fooled?
Princess Cruises = Scenic surprises
Aeroflot = Fa loot
Greyhound = Young herd
Siemens = Nemesis
Prudential = Real pundit
Little Caesar's = Stale articles
Nickelodeon = Indolence OK
Learjet = Real jet
Sikorsky = O! Risk sky
Year Two Thousand = A year to shutdown
Universal Studios = Visual is nude sort
Paramount Pictures = Upon amateur script
Banana Republic = Annual bribe cap
================
================

The Hilton
Boeing
General Electri
MasterCard
Lipton te
Dreamworks
Wire
Victoria's Secr
Random Hous
Virgin Ai
Pillsbury
Tower Record
Lifesavers
Whole Foods
Princess Cruise
Aeroflot
Greyhound
Siemen
Prudential
Little Caesar
Nickelodeon
Learjet
Sikorsky =
Year Two Thousand
Universal Studios
Paramount Pictures
Banana Republic










  #6   Report Post  
RagDyeR
 
Posts: n/a
Default splitting names can't see whats going wrong (Save My Sanity )

You're welcome.
--

Regards,

RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------

"workaholic" wrote in message
...
Many Thanks




"RagDyer" wrote in message
...
You made your formula a little too long.

Your formula ... revised (shortened) ... produces the correct return:

=LEFT(F1,FIND("=",F1)-2)

--
Regards,

RD

--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit !
--------------------------------------------------------------------------

-

"workaholic" wrote in message
...
by the way it's XL2000



Corrected typo's

I have a long list of words (see below) and in the next column i have

this
=LEFT(F1,LEN(F1)-FIND("=",F1)-2)
The result is in the second list below, as you can see it's not right.

No's
3, 5, 7, 8, 9, 10, 15, 18, 20, 22, 23 are in correct.

Any ideas what happening here?



The Hilton = Hint: Hotel
Boeing = Big One
General Electric = Electrical Genre
MasterCard = Trader scam
Lipton tea = Teapot nil
Dreamworks = Mad workers
Wired = Weird
Victoria's Secret = Erotica Victress
Random House = Around homes
Virgin Air = I arriving
Pillsbury = Silly burp
Tower Records = Word secretor
Lifesavers = Safer lives
Whole Foods = Who's fooled?
Princess Cruises = Scenic surprises
Aeroflot = Fa loot
Greyhound = Young herd
Siemens = Nemesis
Prudential = Real pundit
Little Caesar's = Stale articles
Nickelodeon = Indolence OK
Learjet = Real jet
Sikorsky = O! Risk sky
Year Two Thousand = A year to shutdown
Universal Studios = Visual is nude sort
Paramount Pictures = Upon amateur script
Banana Republic = Annual bribe cap
================
================

The Hilton
Boeing
General Electri
MasterCard
Lipton te
Dreamworks
Wire
Victoria's Secr
Random Hous
Virgin Ai
Pillsbury
Tower Record
Lifesavers
Whole Foods
Princess Cruise
Aeroflot
Greyhound
Siemen
Prudential
Little Caesar
Nickelodeon
Learjet
Sikorsky =
Year Two Thousand
Universal Studios
Paramount Pictures
Banana Republic









Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
splitting names can't see whats going wrong (Save My Sanity ) workaholic Excel Worksheet Functions 1 November 8th 05 02:09 AM
cannot edit and save jp Excel Discussion (Misc queries) 1 February 8th 05 05:12 PM
cannot edit and save jp Excel Discussion (Misc queries) 0 February 8th 05 03:27 AM
Save & Save As features in file menu of Excel Blue Excel Discussion (Misc queries) 9 December 27th 04 08:49 PM
Missing "Save" and "Save As" functions EMSchon Excel Discussion (Misc queries) 2 December 27th 04 08:01 PM


All times are GMT +1. The time now is 12:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"