+ Reply to Thread
Results 1 to 2 of 2

Help!

  1. #1
    Registered User
    Join Date
    04-30-2006
    Posts
    2

    Help!

    Ok, I have 7 sheets named: joe, kelly, meg, nate, dave, tom, sam

    To keep it simple, in cell B2 on each sheet there is either "10" or it's blank.

    On an 8th sheet I'm trying to determine a formula to use that will display the person or persons if their cell B2=10

    So if meg's B2 has 10 and tom's B2 has 10, while everybody else B2 is blank; the formula would produce meg & tom.

    What formula would I use? Please help. Much appreciated for your help!

    Thanks,

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    =IF(Sheet1!B2=10,"Joe = "&Sheet1!B2,"")&IF(Sheet2!B2=10," Kelly = "&Sheet2!B2,"")&IF(Sheet3!B2=10," Meg = "&Sheet3!B2,"")&IF(Sheet4!B2=10," Nate = "&Sheet4!B2,"")&IF(Sheet5!B2=10," Dave = "&Sheet5!B2,"")&IF(Sheet6!B2=10," Tom = "&Sheet6!B2,"")&IF(Sheet7!B2=10," Sam = "&Sheet7!B2,"")

    You will need to adjust the Sheet names to suit.

    --

    Quote Originally Posted by mrjeep
    Ok, I have 7 sheets named: joe, kelly, meg, nate, dave, tom, sam

    To keep it simple, in cell B2 on each sheet there is either "10" or it's blank.

    On an 8th sheet I'm trying to determine a formula to use that will display the person or persons if their cell B2=10

    So if meg's B2 has 10 and tom's B2 has 10, while everybody else B2 is blank; the formula would produce meg & tom.

    What formula would I use? Please help. Much appreciated for your help!

    Thanks,

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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