R
rmillward
I have an Excel sheet with employee names in the first column, then a
series of job roles in succeeding columns. Where an employee has been
assigned a role, the intersection of employee (row) and role (column)
has a "1". I want to create a Word document that lists the employee's
name and then a list of _only_ the roles to which they've been
assigned.
I've figured out how to check the various role fields and print a text
string if the person's been assigned and to print "nothing" if they are
not assigned. But what I'm trying to do is create a _list_ of those
roles, and I can't figure out is how to include a "newline" or
"carriage return" of some kind to go down to the next line. I assume it
has to be included in the second clause of the IF, where the first is
the conditional test and the second is the action to take if "true,"
but nothing I've tried results in an actual move to the next line.
I got "volunteered" to do this, and the deadline is very, very short.
I'd be extremely grateful to ANYBODY who can give me any pointers on
how to do something like this.
series of job roles in succeeding columns. Where an employee has been
assigned a role, the intersection of employee (row) and role (column)
has a "1". I want to create a Word document that lists the employee's
name and then a list of _only_ the roles to which they've been
assigned.
I've figured out how to check the various role fields and print a text
string if the person's been assigned and to print "nothing" if they are
not assigned. But what I'm trying to do is create a _list_ of those
roles, and I can't figure out is how to include a "newline" or
"carriage return" of some kind to go down to the next line. I assume it
has to be included in the second clause of the IF, where the first is
the conditional test and the second is the action to take if "true,"
but nothing I've tried results in an actual move to the next line.
I got "volunteered" to do this, and the deadline is very, very short.
I'd be extremely grateful to ANYBODY who can give me any pointers on
how to do something like this.