+ Reply to Thread
Results 1 to 8 of 8

multiply a certain value to another from( other field) remain blank if no entry made

  1. #1
    Registered User
    Join Date
    10-16-2013
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    6

    multiply a certain value to another from( other field) remain blank if no entry made

    I would like to have a formula run the entire length of a column, but appear blank until info is entered. What I want is to have a formula that I can enter 1 number into this field and it does a calculation using this number and a number from another field. i.e I enter .25 in this field and it then multiplies that times 600 which is from another field. sorry if this is confusing and thanks for any help.
    Last edited by vlady; 10-16-2013 at 07:16 PM.

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: multiply a certain value to another from( other field) remain blank if no entry made

    something like ??

    =if(A1="","",A1*600)

    or change 600 to the ref cell

    =if(A1="","",A1*B1)

    =if(any condition,condition is true,condition is false)
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    10-16-2013
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: multiply a certain value to another from( other field) remain blank if no entry made

    Capture.JPG

    I hope you can see this picture I attached...

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: multiply a certain value to another from( other field) remain blank if no entry made

    =if(c2="","",c2*a2)

    what would you do with the rate column?

  5. #5
    Registered User
    Join Date
    10-16-2013
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: multiply a certain value to another from( other field) remain blank if no entry made

    the rate will just be a fixed price. i'm having some difficulty with your suggestions, but they are appreciated. I think I may have away around making this so difficult. Since the number I would want to enter into C2 would really only change every week, is there a formula I could use that would take the value of each separate cell in the A column and multiply it by the single weekly value that I could put in a cell by itself, say E2 in my picture. so the formula would change =if(a2="","",a2*e2) to =if(a3="","",a3*e2) to =if(a4="","",a4*e2) etc. is that possible, to keep one value the same but change others? i'm trying but it keeps changing the "e2" instead of leaving that constant. thanks again for your help

  6. #6
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: multiply a certain value to another from( other field) remain blank if no entry made

    using dollar sign.

    from E2 when fill down changes 2 to 3,4,5,6... when fill across E changes to F,G,H,.... so by using

    dollar sign

    $E2 -> the E doesn't change but the 2 changes to 3,4,5..

    E$2 -> the E changes when fill across but the 2 remains constant even drag down

    $E$2 -> so this will not change notice the position of the dollar sign.

    you formula would then be

    =if(a3="","",a3*$E$2)

    you could apply it to other cell reference

  7. #7
    Registered User
    Join Date
    10-16-2013
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: multiply a certain value to another from( other field) remain blank if no entry made

    AWESOME! Thank you very much

  8. #8
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: multiply a certain value to another from( other field) remain blank if no entry made

    Your welcome and nice to have you in the community.

    Regards,
    Vladimir

+ 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. Formula assistance for simple banking record
    By JamFam in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-08-2013, 02:09 PM
  2. [SOLVED] Please help a newbie with IF formula
    By hshimamura in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-26-2013, 12:25 PM
  3. Need help with Formula ~ Newbie
    By sricomm in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 10-03-2006, 12:06 AM
  4. Help a Newbie! Using GETPIVOTDATA formula!
    By certain_death in forum Excel General
    Replies: 1
    Last Post: 08-09-2006, 11:59 AM
  5. Newbie needs help deciphering formula.
    By Grimzby in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-16-2006, 11:50 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