Hello all,
I have a really messy Excel file and was wondering how I would go about selecting data based on the following example (VBA code would be good):
A B C D E
value
1 n 100
2 n 200
3 n 200
4 n 400...
Hello all,
I will be receiving multiple Excel files - they will all have the same format as to where the data is as follows for each file:
Type 1 Name
12 John
12 Jane
12 Anyone
34 Mike
34 Celeste
Type 2 Name
45 John
45 Jane
45 Anyone
99 Mike
99...
Hello all,
I have a field with the following inside each row stored as text.
ID Value
1 21 34 5
2 21 5
3 21 34
I need to do two things 1st I need to update the field "Value" to:
ID Value
1 21,34,5
2 21,5
3 21,34
2nd I need to create the table to represent:
ID Value...
Hello All,
First off many thanks for any help provided.
I have one table as follows:
Unique ID Purchase Type
1 a
1 b
1 c
2 a
3 a
3 b
4 a
5 a
5 b
5 c
Table 1 - need a query to...
Hello all,
I have the following table
Type QTY
1 50
2 1000
3 600
5 800
9 1000
12 2500
50 1000
51 1000
55 20
What type of query could I run so that I would end up with the following?
Type QTY
1 Distribution 50
2...
Hello all,
How do I use the:
Application.GetOpenFilename("Excel files (*.xls), *.xls")
so that the selected Excel file is opened into a new worksheet of he current workbook with the worksheet name the name of the selected excel file from the Application.GetOpenFilename("Excel files (*.xls)...
Hello all,
I have the following table:
UniqueID ID1 ID2 ID3 ID4
1 A B C
2 B C D E
3 A C
4 C D E
I would like to make the following table:
UniqueID ID
1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.