+ Reply to Thread
Results 1 to 6 of 6

Need help with a formula for an auction house

Hybrid View

  1. #1
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Need help with a formula for an auction house

    Davey72,

    Easy enough to correct:
    =IF(A1=0,0,MAX(1,0.15*A1))
    Alternate:
    =(A1>0)*MAX(1,0.15*A1)
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  2. #2
    Registered User
    Join Date
    03-01-2013
    Location
    Glasgow
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Need help with a formula for an auction house

    Thank you again Tigeravatar, that has worked perfectly..the way I was trying was =If(A1,6.66666,1,A1*0.15) kind of thing, and kept getting one, and couldn't figure out the zero value.

    Best Regards

    Davey

+ 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