+ Reply to Thread
Results 1 to 7 of 7

Excel 2013 already have Target GM % , wanst to add Target Sales Price

  1. #1
    Forum Contributor
    Join Date
    01-31-2013
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    124

    Excel 2013 already have Target GM % , wanst to add Target Sales Price

    have this spreadsheet , already have Target GM % cell, calculation, now wants to add Target Sales Price

    have attached the file

    Cell I10 have formula, if I change the GM % on J10 it will Calculates the Price as per GM %

    now wants to add Target Sales Price to it

    if the users wants to add the Target price in cell L10 an it calculate like other cell D10,E10,F10,G10 change, GM% on M10 correct

    is there any if formula , that can be added if GM% J10 cell changes or L10 Target Sales Price change,
    all the other calculation like comm and Gross margin can change also.


    I am not sure if this is possible on same row

    I know you guys are genius ,

    please advise

    thanks in advance
    if its not possible, please advise that also, what's the best solution ?

    thanks again
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor nigelbloomy's Avatar
    Join Date
    11-06-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1,011

    Re: Excel 2013 already have Target GM % , wanst to add Target Sales Price

    Attachment 395017
    This isn't pretty, but it works. I made it so if anything is entered into target price, the other cells will all be based off the target price. When the target price is empty, then the other cells will be based off the target GM.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Excel 2013 already have Target GM % , wanst to add Target Sales Price

    Just a little simplification to some of those formulas...
    =IF(ISBLANK(L10),SUM((I10*0.95)-C10)/I10,SUM((L10*0.95)-C10)/L10)
    You dont need to use SUM() unless you are adding up a range of cells, so that can become...
    =IF(L10="",((I10*0.95)-C10)/I10,((L10*0.95)-C10)/L10)

    The same can be applied tlo most of those formulas
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Contributor
    Join Date
    01-31-2013
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    124

    Re: Excel 2013 already have Target GM % , wanst to add Target Sales Price

    thanks al lot nigelbloomy

    you are genius

    it worked, I was not sure , if it will work,

    thanks again

  5. #5
    Forum Contributor
    Join Date
    01-31-2013
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    124

    Re: Excel 2013 already have Target GM % , wanst to add Target Sales Price

    thanks FDibbins

    for all the reply, I will try without sum also.

    you guys are just great .

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Excel 2013 already have Target GM % , wanst to add Target Sales Price

    Happy to help guys, and thanks for the rep

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Excel 2013 already have Target GM % , wanst to add Target Sales Price

    Happy to help guys, and thanks for the rep

+ 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] Excel 2013 wants to calculate Sales Price , If cost price exits and wants change SP
    By Bitto in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-13-2015, 12:49 PM
  2. Replies: 5
    Last Post: 12-16-2014, 05:47 PM
  3. [SOLVED] Worksheet_Change(ByVal Target As Range) - set to only update when 3 target cells changed?
    By trillium in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-07-2012, 06:40 PM
  4. [SOLVED] Need alternate syntax 'Select Case' on Target.Column and Target.Row at the same time.
    By 111StepsAhead in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-18-2012, 11:19 AM
  5. Excel 2007 : Need help Calculating Target Sales Price
    By powersellershub in forum Excel General
    Replies: 1
    Last Post: 03-28-2012, 11:59 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