+ Reply to Thread
Results 1 to 4 of 4

Turn IF function formula into check marks/tick

  1. #1
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Turn IF function formula into check marks/tick

    Hi guys,

    Using the spreadsheet attached, I am pulling an interviewer number into cells - but I want a 'tick' instead of an interviewer number. Essentially these cells are for when an interviewer needs to be spoken to. It's a bit 'ugly' to have the interviewer number instead of a tick. It is linked to other spreadsheets so I dont know if this is possible or not.

    See cells in column E, F, G and H.

    Can anyone help?

    Thank you.
    Attached Files Attached Files
    Thanks,

    R.



  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Turn IF function formula into check marks/tick

    Current formula (E6 as an example)

    =IFERROR(VLOOKUP(C6,'\\ipsosgroup.ipsos.com\dfs\EMEA\United Kingdom\File\Ipsos Connect\Measurement Team\PAMCO\2018\Panel Management\Interviewers\[AMP 2018 - fails coded by interviewers_February_230318.xlsx]Interviewers to Contact Q3-Q4'!$A$8:$A$50,1,FALSE), "")

    Suggested update:

    =IF(ISERROR(VLOOKUP(C6,'\\ipsosgroup.ipsos.com\dfs\EMEA\United Kingdom\File\Ipsos Connect\Measurement Team\PAMCO\2018\Panel Management\Interviewers\[AMP 2018 - fails coded by interviewers_February_230318.xlsx]Interviewers to Contact Q3-Q4'!$A$8:$A$50,1,FALSE)),"","✓")

    A bit difficult to test since you have external references but this seems to work.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Turn IF function formula into check marks/tick

    Thanks, this worked!

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Turn IF function formula into check marks/tick

    You're welcome! Thanks for the rep, and thanks for marking your thread Solved!

+ 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. Ground tick marks on a specific value
    By Chondrulos in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 07-25-2015, 06:03 AM
  2. [SOLVED] tick all check box in just one click and then count up the selected tick box...
    By pejoi in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-05-2013, 09:13 PM
  3. Excel 2007 : X axis tick marks will not show up
    By shosan in forum Excel General
    Replies: 1
    Last Post: 04-23-2011, 06:30 AM
  4. inserting tick marks/hash marks
    By psuexv in forum Excel General
    Replies: 6
    Last Post: 09-25-2007, 03:58 PM
  5. Tick marks
    By ofey in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 11-21-2005, 02:35 PM
  6. Placement of tick marks
    By J. McAdams in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 08-10-2005, 04:05 AM
  7. [SOLVED] Green Tick Marks
    By DNA in forum Excel General
    Replies: 5
    Last Post: 06-13-2005, 04:05 PM

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