I have a training report that basically dumps data in an excel file from our training database and we need to manually manipulate the results to get what we want. I've been trying to cut out the manual manipulation of the data as there are over 10,000 rows for each of our offices and I need some assistance.
1) Firstly, the data for each employee only appears once (Full Name, Emp No & Job Title). I added the following to VB and can get the First name to auto populate the rows that follow but can't amend to do the same for Emp No & Job Title. Can anyone assist?
2) I want to identify courses with an expiry date less than or equal to 3 months from today. I can get this to work by inserting a Refresher Needed column with IF(F3<-TODAY(),"TRAINING NEEDED","COMPLETE") however if the expiry date field is blank I want the Refresher Needed column to be blank also. I tried to use ISBLANK but with no success.
Appreciate any assistance with these!
T
Bookmarks