+ Reply to Thread
Results 1 to 3 of 3

comparing cells and displaying the desired value

  1. #1
    Registered User
    Join Date
    01-22-2009
    Location
    cornwall
    MS-Off Ver
    Excel 2003
    Posts
    4

    comparing cells and displaying the desired value

    Hi all, I am new to the forum and hope I am posting in the right place.... my problem is this: I need a cell to display one of three options depending on which of the three values has been sent to another cell via the MAX function, I have tried the following but it does not work:
    = IF(M6=C3,L3),IF(M6=F3,L4),if (M6=i3,L5)
    can anyone help???
    thanks for taking the time to read this post
    Phil
    Last edited by phil@micro; 01-22-2009 at 12:22 PM. Reason: bad title

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444
    Hi,

    This is the right format of what you have above

    =IF(M6=C3,L3,IF(M6=F3,L4,IF(M6=I3,L5)))
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    01-22-2009
    Location
    cornwall
    MS-Off Ver
    Excel 2003
    Posts
    4

    solved!

    Thanks sweep, worked a charm

+ 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