+ Reply to Thread
Results 1 to 6 of 6

Formatting Question

  1. #1
    Forum Contributor
    Join Date
    01-29-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    157

    Formatting Question

    in my spread sheet, I am copying and pasting table rows from and internet table. One cell contains the value UP(+100) I need the UP to be in one cell and the (+100) to be in it's own cell. I can use the Text to Columns and separate by using the ( but parenthesis are being used in other parts of the row, so when I come in the next day to add a new row, it formats it wrong. Is there a way to pop a formula in Column G, to tell excel just populate what is in front of the (.

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Formatting Question

    If A1 is:
    UP(+100)
    then in G1:
    =RIGHT(LEN(A1)-SEARCH("(",A1,1)+1)
    shoudl return:
    (+100)

  3. #3
    Forum Contributor
    Join Date
    01-29-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    157

    Re: Formatting Question

    Hi Ragulduy.. the UP(+100) is actually in F2, so I am putting your formula in G2, but it's returning a # value of 6? Even when I put it in A1, it still returns a # value? Also, if possible, I'd like to display the UP not the (+100).

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,690

    Re: Formatting Question

    I suppose that a simple =LEFT(F2,2) won't work for this?
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  5. #5
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Formatting Question

    Sorry, too late on a Friday, I should have checked it first:
    =RIGHT(F1,LEN(F1)-SEARCH("(",F1,1)+1)
    in G1 if your UP(+100) is in F1.

  6. #6
    Forum Contributor
    Join Date
    01-29-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    157

    Re: Formatting Question

    Actually they both worked guys! Much appreciated! Have a good weekend!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Formatting Question
    By Mike6088 in forum Excel General
    Replies: 11
    Last Post: 04-22-2014, 08:16 AM
  2. Formatting question
    By jjjjj55555 in forum Excel General
    Replies: 1
    Last Post: 07-05-2007, 02:04 PM
  3. formatting question
    By Raj in forum Excel General
    Replies: 1
    Last Post: 07-19-2006, 06:34 PM
  4. Formatting Question
    By M.Siler in forum Excel General
    Replies: 3
    Last Post: 07-18-2005, 05:05 PM
  5. Formatting Question
    By Metalteck in forum Excel General
    Replies: 1
    Last Post: 07-06-2005, 11:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1