+ Reply to Thread
Results 1 to 2 of 2

Writing Two Characters Result to Other Cell

  1. #1
    Registered User
    Join Date
    11-03-2009
    Location
    Ant.
    MS-Off Ver
    Excel 2003 Eng.
    Posts
    1

    Writing Two Characters Result to Other Cell

    Hello Mates.
    I want write two characters result in another cell,

    EX:

    A1>> 25*50
    B1>>1250

    in B1 cell I want to see the result of (25*50) How can I do it?

    Thanks.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Writing Two Characters Result to Other Cell

    You will need to use either VBA or use old XLM calls via Names...

    Using Names... highlight cell B1 and create a new name as follows:

    Name: EVAL
    RefersTo: =EVALUATE(A1)

    In B1 enter: =EVAL

+ 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