+ Reply to Thread
Results 1 to 4 of 4

if a figure is <> to another cell, show a certain cell reference

  1. #1
    Registered User
    Join Date
    06-13-2018
    Location
    Newcastle, England
    MS-Off Ver
    2016
    Posts
    25

    if a figure is <> to another cell, show a certain cell reference

    Hello,

    Basically trying to set this up so that if teams score is greater than the other teams score the higher teams name will show in a different box (the teams name may change so needs to be the cell reference rather than "Team1")

    I've tried this but didn't work as expected, not sure how to correct.

    =IF(C8>C9,"=B8","=B9")

    Any help would be appriciated.
    Last edited by Deaco; 06-06-2019 at 01:18 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,777

    Re: if a figure is <> to another cell, show a certain cell reference

    Try this:

    =IF(C8>C9,B8,B9)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    06-13-2018
    Location
    Newcastle, England
    MS-Off Ver
    2016
    Posts
    25

    Re: if a figure is <> to another cell, show a certain cell reference

    That's great thank you, I wasnt miles off haha. Strange I can figure more complex stuff out but get stuck on basic things like this.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,777

    Re: if a figure is <> to another cell, show a certain cell reference

    You're not alone ...

+ 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. VBA: Show Subtracted Figure In Cell When Cumulative Figure Is Entered
    By hrayani in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-28-2018, 11:29 AM
  2. [SOLVED] Leave calculated figure unchanged if value in reference cell is changed
    By davidcrawt in forum Excel General
    Replies: 5
    Last Post: 05-19-2018, 03:32 AM
  3. ranked figure show in another cell
    By scouse13 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-16-2018, 11:02 AM
  4. [SOLVED] If cell > Current date then show a 0, if not, reference a cell.
    By Formulation in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-05-2017, 01:07 PM
  5. [SOLVED] Show value of the cell instead of the cell reference
    By whatever61 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-01-2014, 03:02 PM
  6. Best Way To Show A Cell Reference
    By Excel-Access in forum Excel General
    Replies: 1
    Last Post: 07-06-2012, 10:25 AM
  7. Replies: 4
    Last Post: 09-23-2011, 06:57 AM

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