+ Reply to Thread
Results 1 to 8 of 8

Problem with an auctioneer's spreadsheet!

  1. #1
    Registered User
    Join Date
    03-31-2010
    Location
    Woking, England
    MS-Off Ver
    Excel 2007
    Posts
    10

    Problem with an auctioneer's spreadsheet!

    Hi everyone

    I'm having trouble trying to tweak a spreadsheet for an auctioneer. He has a minimum buyer premium (15%) of £1 so we need a column that shows the minimum of £1 and I've done this with a MAX formula HOWEVER it always shows £1 even if I haven't input a hammer price. I'm assuming that I have to use a couple of hidden column to get to where I want to be but here is my query:-

    How can I have a cell show zero if no hammer price is input BUT show the contents of another cell (where the MAX calc is done - Column L) if a value is input.

    Hammer price is input in Column F
    Buyer Commission is in hidden Col K (=F*0.15)
    Min of £1 is shown in hidden Col L (=MAX(1,K...)

    I hope that's not too convoluted!!

    Jon

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Problem with an auctioneer's spreadsheet!

    Hi

    Jon. Can you upload a small sample workbook?

    Looks to me that maybe an if in your max formula, will do the job.

    IF(F1,"","","YOUR max FORMULA"....
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    03-31-2010
    Location
    Woking, England
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Problem with an auctioneer's spreadsheet!

    sample.xlsx

    I think I've attached it now! thanks for your help

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Problem with an auctioneer's spreadsheet!

    ...How can I have a cell show zero if no hammer price is input BUT show the contents of another cell (where the MAX calc is done - Column L) if a value is input.
    In which column do you want to do this?

  5. #5
    Registered User
    Join Date
    03-31-2010
    Location
    Woking, England
    MS-Off Ver
    Excel 2007
    Posts
    10

    Cool Re: Problem with an auctioneer's spreadsheet!

    Hi

    column M has to show either 0 if nothing in Column F or the contents of the appropriate cell in column L if otherwise

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Problem with an auctioneer's spreadsheet!

    Do you mean?

    =IF(F2="","",MAX(1,K2))

    In M2 and copy down..

  7. #7
    Registered User
    Join Date
    03-31-2010
    Location
    Woking, England
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Problem with an auctioneer's spreadsheet!

    That's fantastic, thanks.

    It works, now I need to work out for myself what it all means!!

    Thanks again

    Jon

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Problem with an auctioneer's spreadsheet!

    You are welcome

    =IF(F2="","",MAX(1,K2))

    This means that if F2, is empty(""), then leave cell M2, empty(""), or if it's not empty, then let formula(MAX(1,K2), works...

    Pls, mark your THread, as Solved.

+ 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