+ Reply to Thread
Results 1 to 6 of 6

multiply on a text answer

  1. #1
    Registered User
    Join Date
    06-07-2005
    Posts
    6

    multiply on a text answer

    Hi

    I would like to be able to multiply a1 & b1 on the answer in c1 = yes = complete the sum no = returns a zero

    a1 b1 c1 d1
    5 5 yes 25

    a1 b1 c1 d1
    5 5 no 0

    thanks Mike

  2. #2
    Registered User
    Join Date
    07-13-2016
    Location
    Spain
    MS-Off Ver
    2013
    Posts
    4

    Post Re: multiply on a text answer

    Hi Mike

    formula should be =IF(C1="YES";A1*B2;0)

    Gregory.

  3. #3
    Registered User
    Join Date
    06-07-2005
    Posts
    6

    Re: multiply on a text answer

    doesn't seem to work

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: multiply on a text answer

    Try
    =IF(C1="YES",A1*B1,0)

  5. #5
    Registered User
    Join Date
    06-07-2005
    Posts
    6

    Re: multiply on a text answer

    yes thanks

  6. #6
    Registered User
    Join Date
    07-13-2016
    Location
    Spain
    MS-Off Ver
    2013
    Posts
    4

    Re: multiply on a text answer

    you always need to check if your Excel is set with , or ; and replace it in your formulas, depends on your regional settings

+ 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. [SOLVED] userform multiply a text box value
    By AllenF in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-16-2016, 01:53 PM
  2. Multiply text with a quantity
    By Collinder in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-18-2014, 09:58 AM
  3. [SOLVED] Multiply with a value according to the text in the next coloumn
    By oozden in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-25-2013, 12:26 PM
  4. Multiply values make up a cell answer
    By riyo91 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-05-2010, 05:56 AM
  5. multiply 2 listboxes and put the answer in a textbox
    By gem in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-20-2006, 08:45 AM
  6. Replies: 5
    Last Post: 06-13-2006, 07:10 PM
  7. multiply with - if text
    By potzo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-02-2006, 08:42 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