+ Reply to Thread
Results 1 to 10 of 10

How can I convert a formula to it's results?

  1. #1
    ZBC2
    Guest

    How can I convert a formula to it's results?

    Cell A1 of the Input Sheet, for example might contain the words "Daily
    Sale Report 5"
    Cell A5 of the Output Sheet contains the formula: ='Input Sheet'!$A$1
    thus displaying whatever the contents of cell A1 from the Input Sheet.
    I want another cell on the Output Sheet to contain the editable results
    of the formula ... e.g. "Daily Sale Report 5" ... (NOT the equation).
    Is there a way to do this?

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello ZBC2,

    For example using cell A6 for the result, the formula would be...

    =TEXT(A5, Len(A5))

    Sincerely,
    Leith Ross

  3. #3
    ZBC2
    Guest

    Re: How can I convert a formula to it's results?

    Leith Ross wrote:

    >Hello ZBC2,
    >
    >For example using cell A6 for the result, the formula would be...
    >
    >=TEXT(A5, Len(A5))
    >
    >Sincerely,
    >Leith Ross
    >
    >
    >
    >

    THANK YOU!

  4. #4
    ZBC2
    Guest

    Re: How can I convert a formula to it's results?

    Leith Ross wrote:

    >Hello ZBC2,
    >
    >For example using cell A6 for the result, the formula would be...
    >
    >=TEXT(A5, Len(A5))
    >
    >Sincerely,
    >Leith Ross
    >
    >
    >
    >

    I just realized that it still shows up as an equation in cell A6 ...
    I guess I want to permanently replace A6 with it's contents ??? and not
    show up as an equation ???

  5. #5
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello ZBC2,

    Change the formula in A6 (Output Sheet) to this...

    =TEXT(Sheet1!$A$1, Len(Sheet1!$A$1))

    If this doesn't work for you, then I have no idea what the problem is.

    Sincerely,
    Leith Ross

  6. #6
    ZBC2
    Guest

    Re: How can I convert a formula to it's results?

    Leith Ross wrote:

    >Hello ZBC2,
    >
    >Change the formula in A6 (Output Sheet) to this...
    >
    >=TEXT(Sheet1!$A$1, Len(Sheet1!$A$1))
    >
    >If this doesn't work for you, then I have no idea what the problem is.
    >
    >Sincerely,
    >Leith Ross
    >
    >
    >
    >

    The first expression you gave me displays the cell contents ok; the
    problem is that it is still a 'formula'.
    I want to convert the formula to the 'results' of the formula.

    Bob

  7. #7
    Ken Wright
    Guest

    Re: How can I convert a formula to it's results?

    Edit / Copy, then Edit / Paste Special / Values

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ------------------------------*------------------------------*----------------
    It's easier to beg forgiveness than ask permission :-)
    ------------------------------*------------------------------*----------------



    "ZBC2" <lindabob2@worldnet.att.net> wrote in message
    news:UQ1Df.564889$zb5.203489@bgtnsc04-news.ops.worldnet.att.net...
    > Leith Ross wrote:
    >
    >>Hello ZBC2,
    >>
    >>Change the formula in A6 (Output Sheet) to this...
    >>
    >>=TEXT(Sheet1!$A$1, Len(Sheet1!$A$1))
    >>
    >>If this doesn't work for you, then I have no idea what the problem is.
    >>
    >>Sincerely,
    >>Leith Ross
    >>
    >>
    >>

    > The first expression you gave me displays the cell contents ok; the
    > problem is that it is still a 'formula'.
    > I want to convert the formula to the 'results' of the formula.
    >
    > Bob




  8. #8
    ZZBC
    Guest

    Re: How can I convert a formula to it's results?

    Ken Wright wrote:

    >Edit / Copy, then Edit / Paste Special / Values
    >
    >
    >

    I was hoping to not do it manually ...

  9. #9
    Ken Wright
    Guest

    Re: How can I convert a formula to it's results?

    You can do it via code, but thats it. There is no function/formula that
    will convert itself to text automatically.

    Regards
    Ken.......................

    "ZZBC" <lindabob2@worldnet.att.net> wrote in message
    news:r14Df.565516$zb5.116656@bgtnsc04-news.ops.worldnet.att.net...
    > Ken Wright wrote:
    >
    >>Edit / Copy, then Edit / Paste Special / Values
    >>
    >>

    > I was hoping to not do it manually ...




  10. #10
    ZZBC
    Guest

    Re: How can I convert a formula to it's results?

    Ken Wright wrote:

    >You can do it via code, but thats it. There is no function/formula that
    >will convert itself to text automatically.
    >
    >Regards
    > Ken.......................
    >
    >"ZZBC" <lindabob2@worldnet.att.net> wrote in message
    >news:r14Df.565516$zb5.116656@bgtnsc04-news.ops.worldnet.att.net...
    >
    >
    >>Ken Wright wrote:
    >>
    >>
    >>
    >>>Edit / Copy, then Edit / Paste Special / Values
    >>>
    >>>
    >>>
    >>>

    >>I was hoping to not do it manually ...
    >>
    >>

    >
    >
    >
    >

    Darn! I'm not sure I want to go that route ... Thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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