+ Reply to Thread
Results 1 to 4 of 4

Need formula to output multiple data in one cell from workbook

  1. #1
    Registered User
    Join Date
    03-22-2010
    Location
    Virginia
    MS-Off Ver
    Excel 2003
    Posts
    18

    Exclamation Need formula to output multiple data in one cell from workbook

    Hi - I have the attached vacation calendar workbook with a single tab per employee showing the year in full where they input vacation on a particular date. I would like to have each person's name output on the corresponding monthly tab. I have created an IF statement yet can only get one name to output.

    Employee tab: Al -- January 4th, cell E12 = "8V"
    Employee tab: Godshall -- January 4th, cell E12 = "8V"

    HAVE = Monthly tab: January -- 4th, cell D7 = '=IF(Al!E12<>"",Al!E2,IF(Godshall!E12<>"",Godshall!E2,""))' = Munther Al
    WANT = Monthly tab: January -- 4th, cell D7 = formula unknown = Munther Al, Susan Godshall

    Ultimately, I would need the formula to IF through all blue employee tabs to check the same cell corresponding to the dat and output their name. If you can help me get through more than one employee tab and output more than one name, I'll take that and work on extending the formula.

    Thanks in advance for your help with this!

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,829

    Re: Need formula to output multiple data in one cell from workbook

    Just wanted to confirm - are you still on V2003?

  3. #3
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,829

    Re: Need formula to output multiple data in one cell from workbook

    try this:

    =IF(Al!E12<>"",Al!E2,"")&IF(Godshall!E12<>"",", "&Godshall!E2,"")&IF(Banta!E12<>"",", "&Banta!E2,"")

  4. #4
    Registered User
    Join Date
    03-22-2010
    Location
    Virginia
    MS-Off Ver
    Excel 2003
    Posts
    18

    Re: Need formula to output multiple data in one cell from workbook

    YES, THAT WORKED!! Looks like the only change is the '&' between IF statements...okay, that is fabulous!! Thank you so very much!!

    I'll mark this as SOLVED and excellent rating!

+ 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. Replies: 1
    Last Post: 07-11-2019, 01:33 PM
  2. Compare values and output cell titles, able to output multiple results
    By TMG2016 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-07-2016, 11:42 AM
  3. [SOLVED] Need to edit macro in multiple workbooks to output data to master workbook
    By batador in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-16-2013, 09:00 PM
  4. formula: data in output cell is not changing when data in input cells are modified
    By Kuttisankaran in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-07-2013, 05:58 AM
  5. Multiple csv files into one workbook with one 'output' page
    By smellyllama in forum Excel General
    Replies: 2
    Last Post: 11-14-2012, 10:48 AM
  6. Formula to lookup data in multiple columns, find a match and provide output.
    By dwitherow in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-31-2012, 12:24 PM
  7. Extract from multiple worksheets based on one condition and output to new workbook
    By Lifeseeker in forum Excel Programming / VBA / Macros
    Replies: 33
    Last Post: 01-23-2012, 05:05 PM

Tags for this Thread

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