+ Reply to Thread
Results 1 to 3 of 3

IF and IFS functions

  1. #1
    Registered User
    Join Date
    03-18-2019
    Location
    NJ - USA
    MS-Off Ver
    Office Pro 2013
    Posts
    5

    IF and IFS functions

    Can't seem to get the formula right. if a specific cell is "Team a" copy the formula in K18 -- if that same cell is "Team 2" copy the formula from K19. I came up with =IFS(A17= "Team 1",K18, A17= "team 2",K19) But my old version of Excel does not have IFS. (not sure if it is correct anyhow) Is there another way? thanks

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,805

    Re: IF and IFS functions

    Nested IF
    =IF(A17= "Team 1",K18, IF(A17= "team 2",K19,""))

    =IFS(A17="team 1",K18,A17="team 2",K19) Will work in later versions of Excel
    Attached Files Attached Files
    Last edited by etaf; 01-06-2021 at 03:52 PM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    03-18-2019
    Location
    NJ - USA
    MS-Off Ver
    Office Pro 2013
    Posts
    5

    Re: IF and IFS functions

    Thank you. I appreciate the help. worked great.

+ 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: 7
    Last Post: 08-18-2017, 11:53 AM
  2. Replies: 6
    Last Post: 03-17-2015, 01:35 AM
  3. Replies: 1
    Last Post: 02-10-2012, 05:27 PM
  4. AddIn With custom functions - Functions not working in Excel2010
    By brum17 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-10-2011, 08:25 AM
  5. Replies: 0
    Last Post: 11-15-2007, 05:24 AM
  6. [SOLVED] efficiency: database functions vs. math functions vs. array formula
    By nickname in forum Excel General
    Replies: 2
    Last Post: 07-13-2006, 11:30 PM
  7. [SOLVED] Conversion from Spreadsheet Toolkit functions (ESSV....) to EssBase API functions
    By sujay in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-05-2006, 05:20 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