+ Reply to Thread
Results 1 to 2 of 2

one cell?

  1. #1
    Registered User
    Join Date
    04-19-2007
    Posts
    1

    Cool one cell?

    this is what i'm wanting to accomplish
    CostX=D4
    Quantity=C4
    Percent=E4
    Total=F4

    I need CostX multiplied by a Percent, and that total added to CostX, then multiplied by the Quantity. Is there any way to get this total in one cell? Also is there a way to change the percent amount in the cell itself, without having to adjust the formula, for example if my percent is 15, and I want to bump it up to 30. Thanks in advance, and sorry if this is a stupid question I'm quite new to excel.

  2. #2
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    If % figure in E4 is just a number & the cell not formated as percent then in F4 try.
    =((D4*(E4/100))+D4)*C4

    If E4 is formatated as percent try
    =((D4*E4)+D4)*C4
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

+ 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