+ Reply to Thread
Results 1 to 3 of 3

markup formula

  1. #1
    Registered User
    Join Date
    02-27-2008
    Posts
    3

    markup formula

    I am trying to make a formula for the following...

    less than $1.11 + .72 = selling price
    $1.11 - $2.22 +.94 = selling price
    more than $2.22 + 1.22 = selling price

    Thanks,
    Joe

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: markup formula

    maybe something like this:

    =A1+LOOKUP(A1,{0,1.11,2.22},{0.72,0.94,1.22})

    where A1 holds the value you want to check and add to

    If you list of values gets longer, you may want to create a table of values and reference with VLookup

  3. #3
    Registered User
    Join Date
    02-27-2008
    Posts
    3

    Re: markup formula

    That worked great. Thanks.

+ 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