Forum Discussion

jaekimva's avatar
jaekimva
Copper Contributor
Apr 05, 2022

Trying to create a dynamic sales report

Hi I am trying to create a dynamic sales report, so that I dont have to manually enter so much.

 

1) I will have a master sheet where I enter the sale information in each row.

 

example of sheet 1:

"Order #"     "Item Name"     "# of Items purchased"     "Price paid per Item"      (etc.)

    001             Widget 1                        3                               $2.99

    002             Widget 4                        1                               $5.99

    003             Widget 2                        6                               $1.99

    004             Widget 1                        8                               $2.99

    005             Widget 2                        5                               $3.99

(etc.)

2) I want the 2nd sheet to automatically pull from the master sheet, the orders (as they are being entered).  This 2nd sheet will have sections of rows dedicated to each Widget #.

 

example of sheet 2:

WIDGET 1

"Order #"     "Item Name"     "# of Items purchased"     "Price paid per Item"      (etc.)

    001             Widget 1                        3                               $2.99

    004             Widget 1                        8                               $2.99

 

Total:                                                     11                               $5.98               (etc.)

 

WIDGET 2

"Order #"     "Item Name"     "# of Items purchased"     "Price paid per Item"      (etc.)

    003             Widget 2                        6                               $1.99

    005             Widget 2                        5                               $3.99

Total:                                                     11                               $5.98               (etc.)

 

a)  I want the 2nd sheet to dynamically and automatically know when a new row in the master 1st sheet is entered by a user.

 

b)  I want the 2nd sheet to dynamically and automatically recognize which widget # has been sold when a new row in the master 1st sheet is entered by a user.

 

c)  I want the 2nd sheet to dynamically and automatically go to the right widget section in the 2nd sheet.  Then insert a new row under the last row of that widget section and enter the data in that new row from the new order on the 1st master sheet.

 

Currently I am having to manually do all of this.  It was ok when I was getting one order a day, but when you are getting 20+ orders a day, this is taking forever.

I so much appreciate any help!

 

4 Replies

Resources