Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Filter-select all by "*Faculty" in Title column ("E).
  • Column "G", Email address. Code:
    • =CONCATENATE(D2,"@cornell.edu")
      • Reminder: Replace the 2 in D2 with the right number!
  • Column "H", Full name. Code:
    • =CONCATENATE(B2," ",C2)
      • Reminder: Replace the 2 in D2 with the right number!

====================

Cut-and-paste email addresses from NetID column (D) to Email address column (H).

Do the appropriate data concatenations and substitutions

Full name

=CONCATENATE(B2," ",C2)

Email-to-NetID conversion

=SUBSTITUTE(H2,"@cornell.edu","")

Text-copy or Values-copy NetID conversion column (J) into NetID column (D)

Move staff data into "master" spreadsheet

Copy faculty names into "master" spreadsheet

Current_Faculty201308_oh10