+ Reply to Thread
Results 1 to 5 of 5

Maximum profit level

Hybrid View

  1. #1
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Maximum profit level

    Approached slightly differently, you don't need cols J through Y at all.

    Label col Z "Max Margin", and in Z3 and copy down,

    =C3/I3 - 1

    ... and format as Percent. That tells you how much markup you can add to col I to equal col C.

    Then label col AA "Markup", and in AA3 and copy down,

    =IF(Z3<10%, "Overbid", MIN(Z3, 25%))

    Which declines to bid with less that 10% markup, and clamps the markup to a max of 25% (if that's what you want to do).

    EDIT: Col I doesn't make sense to me. Col H is "W-2 Payroll Costs", and is a dollar amount ($1.20 throughout). Col I is col G (Hourly rate) * col H, which makes no sense if col H is a dollar amount. Know what I mean?
    Last edited by shg; 06-23-2010 at 07:31 PM.
    Entia non sunt multiplicanda sine necessitate

+ 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