Consulting

Results 1 to 3 of 3

Thread: Solved: Insert picture

  1. #1
    VBAX Regular
    Joined
    Jan 2010
    Posts
    35
    Location

    Solved: Insert picture

    Hi,

    If a cell is "0" I need that to get represented with symbol


    if not equal to "0" want to represent with symbol
    N

    I tried with if statement but doesnt work.


    Thanks in advance.

    Sathish

  2. #2
    Knowledge Base Approver VBAX Guru macropod's Avatar
    Joined
    Jul 2008
    Posts
    4,435
    Location
    Hi Sathish,

    Use:
    =IF(A1=0,"J","N")
    and format the cell with the Wingdings font. If you need the red colour, apply a conditional format for when the cell value equals N.
    Cheers
    Paul Edstein
    [Fmr MS MVP - Word]

  3. #3
    VBAX Regular
    Joined
    Jan 2010
    Posts
    35
    Location
    thanks mate

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •