+ Reply to Thread
Results 1 to 6 of 6

If a cell contains certain text then multipy two other cells

  1. #1
    Registered User
    Join Date
    03-04-2015
    Location
    UK
    MS-Off Ver
    2013
    Posts
    11

    If a cell contains certain text then multipy two other cells

    Hi I am needing help with an equation on excel.

    I need to create a formula that will multiply two cells if a cell has text in it.


    So for example if there is text in A1 then I need to multiply B1*C1 in D1 , if theres no text in A1 it needs to stay blank


    Hope that makes sense!!

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: If a cell contains certain text then multipy two other cells

    Try this one

    =IF(ISTEXT(A1),B1*C1,"")
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    03-04-2015
    Location
    UK
    MS-Off Ver
    2013
    Posts
    11

    Re: If a cell contains certain text then multipy two other cells

    Thank you but it seems to keep coming up saying there's an error in the formula. Not sure why.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: If a cell contains certain text then multipy two other cells

    Quote Originally Posted by KB2015 View Post
    Thank you but it seems to keep coming up saying there's an error in the formula. Not sure why.
    It is probably your regional settings. Try to change comma to ; semicolon

  5. #5
    Registered User
    Join Date
    03-04-2015
    Location
    UK
    MS-Off Ver
    2013
    Posts
    11

    Re: If a cell contains certain text then multipy two other cells

    That's great it has worked perfectly! Thank you for your help!

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: If a cell contains certain text then multipy two other cells

    You're welcome and thanks for feedback!

    Please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools -> Mark thread as Solved).

+ 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. Multipy a cell depending on value in drop down list
    By Hermano in forum Excel General
    Replies: 4
    Last Post: 10-12-2014, 06:43 PM
  2. Multipy and Sum 2 Columns
    By nguyeda in forum Excel General
    Replies: 2
    Last Post: 03-29-2009, 06:51 PM
  3. String to value then multipy
    By stevekirk in forum Excel General
    Replies: 6
    Last Post: 09-27-2006, 10:46 AM
  4. multipy group of numbers
    By Mary in forum Excel General
    Replies: 2
    Last Post: 05-04-2005, 12:06 AM
  5. How do I multipy a range of cells by a common number?
    By Art in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-10-2005, 06:06 PM

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