+ Reply to Thread
Results 1 to 3 of 3

Getting a cell to return text

Hybrid View

  1. #1
    Registered User
    Join Date
    04-04-2011
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    8

    Getting a cell to return text

    I currently have a cell that is linked to another via

    This cell contains

    =A1 -so whatever is in a1 is duplicated in this cell

    In A1 if the value is 0 i need it to show (the values are calculated weights)

    However

    I need the cell that has the formula =A1 to be formatted so if the cell has any value other then 0 to show that value, if it is 0 i need it to say "void" or be blank.
    Last edited by groleaujj; 06-17-2011 at 04:04 PM.

  2. #2
    Valued Forum Contributor Miraun's Avatar
    Join Date
    04-03-2009
    Location
    New England
    MS-Off Ver
    2003, 2007, 2010, 2013
    Posts
    554

    Re: Getting a cell to return text

    =If(A1=0,"",A1)
    Going for Guru! Click the Star to the bottom left of this post if I helped!

  3. #3
    Registered User
    Join Date
    04-04-2011
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Getting a cell to return text

    sigh... thats too simple and i was close... i really need to learn sthis stuff better

+ 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