Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I have a DB of auction items sold, how can I create receipt?

I have a list of auction items, and as they are sold I will be filling in the
customer number next to the corresponding item (column headings are cust# and
item description). I want to be able to create a receipt from this data. I
have the receipt formatted and created. However, I am having trouble when a
user has multiple purchases because when I look up the data, I always only
find the first entry for a specific customer in the list. I think I need to
index the value some how, but I am not sure. Can someone help me out on the
formula I will need to use to return the next value in the table? Thank you,
I really appreciate the help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 207
Default I have a DB of auction items sold, how can I create receipt?

Suppose your Customer number is in B1, you want the purchases in B3. In
Sheet1 you have customer numbers in Column A and Items Purchased in Column
D.

Enter this array formula in B3 and drag down till the time you get blank.

=IF(ROWS(B$3:B3)<=COUNTIF('Sheet1!D$1:D$100,B$1),I NDEX('Sheet1'!A$1:A$100,SMALL(IF('Sheet1'!D$1:D$10 0=B$1,ROW('Sheet1'!A$1:A$100)-MIN(ROW('Sheet1'!A$1:A$100))+1),ROWS(B$3:B3))),"")

Press CTRL+SHIFT+ENTER not just ENTER.

Thanks


"nwtf_vol" wrote in message
...
I have a list of auction items, and as they are sold I will be filling in
the
customer number next to the corresponding item (column headings are cust#
and
item description). I want to be able to create a receipt from this data.
I
have the receipt formatted and created. However, I am having trouble when
a
user has multiple purchases because when I look up the data, I always only
find the first entry for a specific customer in the list. I think I need
to
index the value some how, but I am not sure. Can someone help me out on
the
formula I will need to use to return the next value in the table? Thank
you,
I really appreciate the help.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default I have a DB of auction items sold, how can I create receipt?

I tried using this formula and it didn't seem to work. I am probably doing
something wrong. On my receipt, the customer number is in cell E7, and I
want the purchases to start in row 17 and go down (b17 is the item#, c17 is
the item description, and e is the item price). The other sheet contains my
auction items with the cust# in column a, the item# in column b, and the
description in column c. I thought I adjusted the formula properly, but it
didn't return anything. Can you help me one more time? Thank you!!!

"Gaurav" wrote:

Suppose your Customer number is in B1, you want the purchases in B3. In
Sheet1 you have customer numbers in Column A and Items Purchased in Column
D.

Enter this array formula in B3 and drag down till the time you get blank.

=IF(ROWS(B$3:B3)<=COUNTIF('Sheet1!D$1:D$100,B$1),I NDEX('Sheet1'!A$1:A$100,SMALL(IF('Sheet1'!D$1:D$10 0=B$1,ROW('Sheet1'!A$1:A$100)-MIN(ROW('Sheet1'!A$1:A$100))+1),ROWS(B$3:B3))),"")

Press CTRL+SHIFT+ENTER not just ENTER.

Thanks


"nwtf_vol" wrote in message
...
I have a list of auction items, and as they are sold I will be filling in
the
customer number next to the corresponding item (column headings are cust#
and
item description). I want to be able to create a receipt from this data.
I
have the receipt formatted and created. However, I am having trouble when
a
user has multiple purchases because when I look up the data, I always only
find the first entry for a specific customer in the list. I think I need
to
index the value some how, but I am not sure. Can someone help me out on
the
formula I will need to use to return the next value in the table? Thank
you,
I really appreciate the help.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auction Style Draft sean8690 Excel Discussion (Misc queries) 0 January 12th 07 03:29 PM
Charity Auction Worksheet. - Copy a row of data - THANKS TJehn Excel Worksheet Functions 1 September 19th 06 08:43 AM
Does anyone have a fantasy auction draft worksheet/template? wordtrey Excel Discussion (Misc queries) 0 February 19th 06 12:18 AM
How do I create numbers for a Chinese Auction? Boothie Excel Worksheet Functions 4 November 23rd 05 12:50 AM
How can I create a graph or something like a receipt on Excel? Mrs S Rogers Excel Discussion (Misc queries) 1 July 21st 05 06:34 PM


All times are GMT +1. The time now is 08:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"