Hello, I am having difficultly achieving the following objective when given an excel data file. I have started the code below, but cannot produce an output. Objective using Macros: From each of the 5 clinics (inst_num) randomly select 5 AML patients, 10 CML patients, 20 ALL patients, and 5 CLL patients (leu_type). If there are less than 5 AML patients then select all of them, if there are less than 10 CML patients then select all of them, if there are less than 20 ALL patients then select all of them, and if there are 5 CLL patients then select all of them. Then find cross-tabulation of Leu_type and inst_num. Additionally, print final dataset.
... View more