Need help with building a spreadsheet for an auction

burberry

New Member
Joined
Mar 18, 2007
Messages
1
I am trying to set up a spreadsheet where I can host an auction where I can display the bidder's names, bidder's assigned number, items, items bidded, winning $, and winner's bid number. I am having a hard time creating formulas where I can locate the highest bid amount for a specific item and display who the winner is.

Here's an example of the spreadsheet I need help with:
Bid # * Name * 1st Item * Bid Price * 2nd Item * Bid Price
1 * Amy * A * $1 * C * $10
2 * Ben * B * $2 * B * $20
3 * Cindy * C * $3 * A * $30
4 David D $4 B $40
5 Ed E $5 A $50
6 Frances A $6 E $60
7 Grace G $7 D $70
8 Hilary B $8 H $80
9 Irene I $9 G $90
10 Jack J $10 C $100

(Please note that there is * on the header and the first three rows to to help seperate the text so it would be easier to read, it DOES NOT mean to multiply.)

Here's what I need excel to help me with:
Find the highest $ bidded for Item A, B, C, etc.
Find the person who won each item
After finding the person who won what which items with the Bid Amt, associate their bid # with them.

Please note that each person may bid more than one item so Amy can bid for all three items A, B, C,etc. if she like. I need to calculate her bidding total amount, whether she won anything and what the amount was.
It would be really helpful if I am able to set up a spreadsheet that is user-friendly enough as well.
I have been trying to find the highest bidding amount with respective of each item but I have not been very lucky. Finding the winner would be awesome too because this is an auction so it would be pretty important to locate a winner...
Please help!
Thank you! :-D
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
perhaps I have not understood completly.

see in the sheet below the formulas in C15,D15 and E15.
note dollar signs
these formulas are invoked by
control+shift+enter
copy these three formulas down.

is this what you want?

if so can you extend to second item?
Book1
ABCDEF
1Bid#Name1stItemBidPrice2ndItemBidPrice
21AmyA$1C$10
32BenB$2B$20
43CindyC$3A$30
54DavidD$4B$40
65EdE$5A$50
76FrancesA$6E$60
87GraceG$7D$70
98HilaryB$8H$80
109IreneI$9G$90
1110JackJ$10C$100
12
131stitem
14hightbidamtbidderBid#
15A6Frances6
16B8Hilary8
17C0#N/A#N/A
18D4David4
19E5Ed5
20F0#N/A#N/A
21G7Grace7
22H0#N/A#N/A
23I9Irene9
24J10Jack10
Sheet1
 
Upvote 0

Forum statistics

Threads
1,222,875
Messages
6,168,785
Members
452,216
Latest member
dallas2024

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top