Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

excel formula?

what is the formula I use for excel to take 30% off of a number?

Update:

ex. in column J is the number I need to have 30% of and the answer listed in column k

Update 2:

Do I just type that code in the cell?

Update 3:

I am mommy and have never needed to use excel until a recent job i have taken. Thanks for the basic excel comment... i just needed some help. I have typed every answer in the cell that I need the formual in and none of them have worked yet. J12 has the number i need calculated at 30% for and the answer in J13

8 Answers

Relevance
  • aladou
    Lv 5
    1 decade ago
    Favorite Answer

    So J12 has a number (say 100), and you want J13 to be 30% less than that (e.g. 70).

    Any of the formulas below will do that for you if you type them in J13:

    =J12 * .7

    =J12 * 70%

    =J12 * (1 - .3)

    =J12 * (1 - 30%)

    =J12 - J12 * 30%

    If you need more info, add more details or e-mail.

    Cheers.

    .

  • 5 years ago

    Are the numbers to the right of the / character always one digit in length? If so, paste this formula in D16 =SUMPRODUCT((N(RIGHT(A1:A1000, 1)=RIGHT(D15,1)))*(B1:B1000)) If your data goes past row 1000, change the 1000's to some number larger than what you have. The above formula assumes all your data in column A starts with g/z.

  • 1 decade ago

    Clic into the cell you want the answer to appear and write

    =0.70* and then clic into the cell where is the number you want to calculate the 30%

    Then press ENTER and thats it!

  • 1 decade ago

    X=N-(N*.30)

    Where X is your answer, N is the number

    Source(s): Basic Excel
  • How do you think about the answers? You can sign in to vote the answer.
  • 1 decade ago

    Click on the formula as you set the answer to be at B1 referenced to A1. B1 formula will be =$A1*0.7.

  • 1 decade ago

    =cellreference*.7

  • 1 decade ago

    =(cell number)-(.30)

  • 1 decade ago

    =SUM(A1-(A1*30%))

    or

    =SUM(A1*70%)

Still have questions? Get your answers by asking now.