J
Justin
I need to import data from an Excel file. I want to take the data stored in
cloumns and convert into records as shown below.
Excel Format
Employee Date Direct Indirect R&D Vacation Sick
Justin 5/21/09 0 0 8 0 0
I want
Employee Date Type Hours
Justin 5/21/09 R&D 8
There are many more columns so nested IIF wouldn't be ideal.
Thanks in advance for any assistance
cloumns and convert into records as shown below.
Excel Format
Employee Date Direct Indirect R&D Vacation Sick
Justin 5/21/09 0 0 8 0 0
I want
Employee Date Type Hours
Justin 5/21/09 R&D 8
There are many more columns so nested IIF wouldn't be ideal.
Thanks in advance for any assistance