+ Reply to Thread
Results 1 to 13 of 13

combining multiple if

  1. #1
    Registered User
    Join Date
    02-12-2009
    Location
    mass
    MS-Off Ver
    Excel 2003
    Posts
    80

    combining multiple if

    New example: in columns G AND H, I HAVE A FORMULA. I would like it to return
    w in g, and a L in h. Meaning if the results is win, then a w would go in g. And if a loss, a L would go in H. is this possible to do?


    Thanks
    BKG
    Attached Files Attached Files
    Last edited by Fotis1991; 09-25-2013 at 01:11 PM.

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,939

    Re: Help with formula

    Dear BKG Sports, i think your work book has links from other work book
    copy this formula in G3 =IF(VLOOKUP(A1,"select your reference here",7,FALSE)="W",VLOOKUP(A1,"select your reference here",7,FALSE),"")

    copy this formula in H3 =IF(VLOOKUP(A1,"select your reference here",7,FALSE)="W",VLOOKUP(A1,"select your reference here",7,FALSE),"")

  3. #3
    Registered User
    Join Date
    02-12-2009
    Location
    mass
    MS-Off Ver
    Excel 2003
    Posts
    80

    Re: Formula Problem

    yes thats the wrong example, sorry about that

  4. #4
    Registered User
    Join Date
    02-12-2009
    Location
    mass
    MS-Off Ver
    Excel 2003
    Posts
    80

    Re: Formula Problem

    What do you mean by reference?

  5. #5
    Registered User
    Join Date
    02-12-2009
    Location
    mass
    MS-Off Ver
    Excel 2003
    Posts
    80

    Re: Formula Problem

    Hi moderator, I'm not sure what you want me to say on the Title?

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: combining multiple if

    I changed your title according forum rules. Pls be sure that you'll follow these rules next time!

    Good luck with your thread!
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  7. #7
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: combining multiple if

    In G3
    =IF(VLOOKUP(A1,'C:\Users\joverack\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\9VRF8OG9\[NBA EXP.xlsx]GAMES'!$A$7:$T$12,7,FALSE)="W","W","")
    In H3
    =IF(G3="W","","L")

  8. #8
    Registered User
    Join Date
    02-12-2009
    Location
    mass
    MS-Off Ver
    Excel 2003
    Posts
    80

    Re: combining multiple if

    Thanks Moderator for doing that, very much appreciated!

  9. #9
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: combining multiple if

    I(we=the moderators) don't want to kick off no one at all! We are here to try to apply the rules of this forum.

    We may be worrying more than you when you are forcing us to become hard!

  10. #10
    Registered User
    Join Date
    02-12-2009
    Location
    mass
    MS-Off Ver
    Excel 2003
    Posts
    80

    Re: combining multiple if

    Hey Jonmo1, that didn't work.
    I was going to attach another sheet and put it in sheet2, but it won't let me do that.
    Let's say in sheet 2, in the range of a3:h8, and in g5 there is an L in that cell. On sheet1 I want it to return that L in h3 in sheet 1. If it was a W i would want it to return in g3.

    Hope this helps
    Thanks
    BKG

  11. #11
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: combining multiple if

    Maybe..?

    In H3
    =IF(Sheet2!G5="L","L","")

    In G3
    =IF(Sheet2!G5="W","W","")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  12. #12
    Registered User
    Join Date
    02-12-2009
    Location
    mass
    MS-Off Ver
    Excel 2003
    Posts
    80

    Re: combining multiple if

    Hey Ace_xl, that worked, but I would have to log in each row individually. It would be alot faster in the whole range.

    I've tried a few different ways, but doesn't seem to work.

    Can someone figure this out!

    Thanks
    BKG

  13. #13
    Registered User
    Join Date
    02-12-2009
    Location
    mass
    MS-Off Ver
    Excel 2003
    Posts
    80

    Re: combining multiple if

    Is there anyone who can help me on this?

+ 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: 6
    Last Post: 10-08-2009, 03:45 AM

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