Selectively order data from specific customer on a new sheet, effectively creating a mini invoice of a few columns

milonius

New Member
Joined
Jul 30, 2018
Messages
8
Hi, I have tried searching the web and here for this problem but none seem to encapsulate all aspects I am looking for.

I want to be able to select a range(customer name) and have it list out each VIN they have, the Date it was entered, and the value for that line. I have attached an excerpt from the main log.

I perform this action weekly. each log entry from the week prior gets highlighted green and then new logs are entered at the bottom. So the solution will need to be able to expand or I should manually be able to select which rows to to incorporate. Ideally the outcome of the solution would be on a separate page in the workbook.

If able to use a drop down in place of the customer name for the solution(A16) this would be best, or I can create unique versions for each customer but that is not as preferred.

I currently use a few formulas that are listed(date entry for when the cell in b* gets created) . Not shown here are vlookup formulas to auto fill-in price and code source based on code type.

My goal with this is to be able to quickly copy and paste this info into an existing invoice on a separate website so the customer can have a more detailed breakdown with their bill.

Not sure if any of this is possible. My skill level for excel is watching videos and duplicating the code with a moderate level of understanding but not fully enough to create a code without guidance.

Thanks for all the help, if more info is needed let me know.

Aaron



ps. this is a minor snippet of the log, it has lots of entries and copy pasting is not viable any longer.
(I have edited out portions of this document due to sensitive nature)


ABCDEFGHIJ
1Date & TimeCustomer NameCode TypeCode SourceUser IDVin #Owner NameLicense Plate #PINCustomer Cost
21/0/00 12:00 AMRandyfordTech11FTRF18randy83935
32/11/18 4:16 PMJohnfordTech11FAFP44Jonathan2035
42/13/18 1:31 PMRandyfordTech11fafp55Maryrzn35
52/15/18 1:47 PMRandyfordTech12ftrx1cbjosh282m35
62/17/18 5:35 PMJohnChryslerTech21J4GLWtodd028m40
72/22/18 1:35 PMRandyfordTech11ftrw0kTravis17njs35
82/22/18 2:40 PMJohnfordTech11fafpw1wendy09wif35
92/23/18 10:47 AMAlonMitsubishisite14A3AK0Daniel J.99zx25
102/24/18 4:15 PMEdwardfordTech13FA6P2Meg2235
11
12
13
14
15
16Randy140
17DateVinCost
181/0/00 12:00 AM1FTRF1835
192/13/18 1:31 PM1fafp5535
202/15/18 1:47 PM2ftrx1cb35
212/22/18 1:35 PM1ftrw0k35
22
23John110
24DateVinCost
252/11/18 4:16 PM1FAFP4435
262/17/18 5:35 PM1J4GLW40
272/22/18 2:40 PM1fafpw135
28
29ETC ETC
30
31

<tbody>
</tbody>
Sheet8

Worksheet Formulas
CellFormula
A2=IF(B2 <>"", IF(A2 ="", NOW(), A2), "")
A3=IF(B3 <>"", IF(A3 ="", NOW(), A3), "")
A4=IF(B4 <>"", IF(A4 ="", NOW(), A4), "")
A5=IF(B5 <>"", IF(A5 ="", NOW(), A5), "")
A6=IF(B6 <>"", IF(A6 ="", NOW(), A6), "")
A7=IF(B7 <>"", IF(A7 ="", NOW(), A7), "")
A8=IF(B8 <>"", IF(A8 ="", NOW(), A8), "")
A9=IF(B9 <>"", IF(A9 ="", NOW(), A9), "")
A10=IF(B10 <>"", IF(A10 ="", NOW(), A10), "")
B16=SUM(D18:D21)
B23=SUM(D25:D27)

<tbody>
</tbody>

<tbody>
</tbody>
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,214,424
Messages
6,119,401
Members
448,893
Latest member
AtariBaby

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