| Is there a way to create a specific number of duplicates of a certain number?Posted: 17 Jan 2012 Tags: Is there a way to create a specific number of duplicates of a certain number there way create specific number duplicates certain Question: I have a spreadsheet that I used the count function to screen thousands of rows of data in about 12 lines. I wonder if it is possible to convert data in individual numbers count.Answer: This macro just assumes that entries are Col A and b and the output in the col C: Sub filldown()
1 ALT - F11 brings the VBE window If you save the workbook, the macro will be saved with it. To delete the macro: 1 raise the VBE window as above To use the Excel macro: 1 ALT - F8 To learn more about macros in General, see: http://www.MVPs.org/dmcritchie/Excel/getstarted.htm Rate this article:
|
0 Comments