FILE 1
data: Column A, B and C
FILE 2
data: Column A, and D
Use FILE 1 as the primary file.
Final Result: should have A , B C and D together in 1 spreadsheet.
Problem : Look up function but seems like it doesn't work well. the data is jumble up. I still to check using True false function. cos what is avai in A may not be found in B.
Pri file has more information ( in terms of number of names ) than file 2.
name data1 data2 data3
and in file 2:
name data1 data2 data3 data4
Maths made me mad. IT is only for the geeks. You are not alone, and I seek to reach out to those who understand the woes. I am no expert but I just share what I know or how I solve the problems - A novice's solutions to typical maths.IT problems. If statistics and software drive you crazy, I hope this site would put you back to sanity.
Search This Blog
Showing posts with label MS Excel. Show all posts
Showing posts with label MS Excel. Show all posts
Monday, August 29, 2011
Sunday, August 28, 2011
Macro - ADD 3 rows & UNDO Macro to undo the addition of 3 rows
To do the following :
a) ADD 3 Rows
(or even more rows) by prompting user to enter the number of rows they wish to insert.
b) UNDO MACRO:
1. Undo the addition/insertion of rows
2. when click, it will also prompt: "Do you want to undo adding 3 rows ?"
> Yes | Cancel
if Yes, macro proceed and if Cancel , macro will not run and remain.
a) ADD 3 Rows
(or even more rows) by prompting user to enter the number of rows they wish to insert.
b) UNDO MACRO:
1. Undo the addition/insertion of rows
2. when click, it will also prompt: "Do you want to undo adding 3 rows ?"
> Yes | Cancel
if Yes, macro proceed and if Cancel , macro will not run and remain.
Monday, July 27, 2009
How to create a "pick from list" in MS excel?
How to create a "pick from list" in MS excel?
(something similar to combo box)
(something similar to combo box)
Subscribe to:
Posts (Atom)