+ Reply to Thread
Results 1 to 8 of 8

Need a formula to generate a list just type department name

  1. #1
    Registered User
    Join Date
    03-05-2024
    Location
    Pakistan
    MS-Off Ver
    Office 365
    Posts
    8

    Lightbulb Need a formula to generate a list just type department name

    need a formula to generate list from my source data just type the name of department in 2nd sheet and all faculty members working in the said departments show automatically. i also have a three campuses in the list. list show in order of designation like 1.Professor, 2.Associate Professor, 3.Assistant Professor, 4.Lecturer.
    also need a formula to generate retired faculty members list retired during financial yeartemplate for list of Department & Retired.xlsx

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,407

    Re: Need a formula to generate a list just type department name

    Welcome to the forum.

    With the department name ONLY in G1:

    =CHOOSECOLS(FILTER('Numbers of Teachers Complete'!A5:R22,'Numbers of Teachers Complete'!G5:G22=Department!G1),1,3,4,8,9,11,12,14,15,16,18)

    Retired:

    =CHOOSECOLS(FILTER('Numbers of Teachers Complete'!A5:R22,('Numbers of Teachers Complete'!R5:R22>=P5)*('Numbers of Teachers Complete'!R5:R22<=P6)),1,3,4,8,9,11,12,14,15,16,18)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    03-05-2024
    Location
    Pakistan
    MS-Off Ver
    Office 365
    Posts
    8
    Thanks you so much.
    So nice of you

    One thing I forgot to type their is a condition in column if joining status faculty member is active then show in department list

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,407

    Re: Need a formula to generate a list just type department name

    Change it to this:

    =CHOOSECOLS(FILTER('Numbers of Teachers Complete'!A5:R22,('Numbers of Teachers Complete'!G5:G22=Department!G1)*('Numbers of Teachers Complete'!J5:J22="Active")),1,3,4,8,9,11,12,14,15,16,18)

    Glad to have helped.

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, remember that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of each of those who offered help.

  5. #5
    Registered User
    Join Date
    03-05-2024
    Location
    Pakistan
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Need a formula to generate a list just type department name

    Can the serial number (1,2,3,....) be autmated?

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,407

    Re: Need a formula to generate a list just type department name

    Headers could be used, but it would mean a much longer and clumsy formula. Why - do the columns move? If not, then there is no issue.

    This thread should be marked as SOLVED, as the issue raised at the outset has been dealt with.

  7. #7
    Registered User
    Join Date
    03-05-2024
    Location
    Pakistan
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Need a formula to generate a list just type department name

    Thank you for understanding my query and helping. It has helped me to get the results!

  8. #8
    Registered User
    Join Date
    03-05-2024
    Location
    Pakistan
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Need a formula to generate a list just type department name

    Thank you for understanding my query and helping. It has helped me to get the results!
    Last edited by AliGW; 03-06-2024 at 03:12 AM. Reason: Please don't quote unnecessarily - use the Quick Reply button instead.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need to find the department and type that belongs to Service
    By headsheet in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 09-03-2023, 07:26 PM
  2. Use formula to generate list.
    By AJWeiss in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-19-2016, 11:38 AM
  3. Replies: 1
    Last Post: 02-16-2016, 07:51 PM
  4. Replies: 11
    Last Post: 02-15-2015, 05:01 PM
  5. Showing list of managers depending on department
    By dalew in forum Excel General
    Replies: 2
    Last Post: 03-01-2011, 03:13 AM
  6. Replies: 7
    Last Post: 12-15-2010, 07:39 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