+ Reply to Thread
Results 1 to 2 of 2

text = number

  1. #1
    Registered User
    Join Date
    08-24-2007
    Posts
    4

    text = number

    This one should be easy for all of you excel wizards...but I am having trouble figuring it out. I need to create a cell that has text in it but actually has the value of a number, thus when mulitplied by another cell returns a value.

    EXAMPLE: cell A1 has a value of 100 and cell A2 has text "No discount" entered but is equal to 1. Thus when cell "A1" is multplied by cell
    "A2". The returned value should equal 100.

    "a1" * "no discount" = "a1"


    can anyone help?

    THANKS!!!

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Is this what you are trying to do? A1 = 100, A2 = No Discount, A3

    =IF(A2="No Discount",1,"")*A1

    Result = 100
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

+ 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