+ Reply to Thread
Results 1 to 5 of 5

Retail Pricing

  1. #1
    Registered User
    Join Date
    04-19-2006
    Posts
    2

    Retail Pricing

    Hello. I will soon be calculating retail pricing. If the sum is, for example, $2.01 we need to take it down to a more acceptable retail price of $1.99. I will have a huge spreadsheet with thousands of amounts to convert. Can this be easily done?

    Thanks so much!

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    calculate actual price minus integer of price

    eg 1.99 minus 1 = .99
    eg 2.02 minus 2 = .02

    then if(difference<.05,oldprice-difference-.01, oldprice)

  3. #3
    Dave O
    Guest

    Re: Retail Pricing

    This formula works as well:
    =ROUNDDOWN(A1,0)-0.01
    .... where A1 holds the 2.01 entry.


  4. #4
    Registered User
    Join Date
    04-19-2006
    Posts
    2

    Talking Retail

    That'll work! Tested fine.
    Thanks for your help!

  5. #5
    David Biddulph
    Guest

    Re: Retail Pricing

    "Dave O" <[email protected]> wrote in message
    news:[email protected]...
    > This formula works as well:
    > =ROUNDDOWN(A1,0)-0.01
    > ... where A1 holds the 2.01 entry.


    Yes, providing your margins will allow you to round $2.99 down to $1.99.
    --
    David Biddulph



+ 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