Results 1 to 5 of 5

Training Report - VB & IF Function help required

Threaded View

  1. #1
    Registered User
    Join Date
    03-26-2015
    Location
    Aberdeen
    MS-Off Ver
    2010
    Posts
    9

    Training Report - VB & IF Function help required

    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?
    Sub Populate()
    For xRow = 4 To Cells(Rows.Count, "E").End(xlUp).Row
        If (Len(Cells(xRow, 1).Value) < 1) Then
            Cells(xRow, 1).Value = Cells(xRow - 1, 1).Value
        End If
    Next xRow
    End Sub
    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
    Attached Files Attached Files
    Last edited by traceycormack; 04-20-2017 at 06:30 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Need to Determine Training Room Availability based off a training plan
    By sinspawn56 in forum Excel General
    Replies: 2
    Last Post: 06-08-2015, 03:15 PM
  2. [SOLVED] Need to create a Training report using macro
    By vinty in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-27-2012, 02:34 PM
  3. Replies: 0
    Last Post: 11-02-2011, 08:47 PM
  4. Excel 2007 : Monthly Training Report
    By reetu in forum Excel General
    Replies: 2
    Last Post: 09-08-2011, 07:38 PM
  5. How can I report all new customers that have booked training?
    By Lana in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-29-2005, 01:06 PM
  6. [SOLVED] Training Material Required
    By daiblackburn in forum Excel General
    Replies: 3
    Last Post: 04-14-2005, 01:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1