+ Reply to Thread
Results 1 to 2 of 2

Adding " " to a value

  1. #1
    Registered User
    Join Date
    12-18-2008
    Location
    Rochester, NY
    Posts
    15

    Adding " " to a value

    Hello,

    I'm trying to figure out a way to make my formula add "" to a number automatically.

    Example:
    If I had a 4 in Cell A1 how could I make that = "4" in B1

    Thanks,
    Rob
    Last edited by RobP614; 07-10-2009 at 05:51 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Adding " " to a value

    =char(34) & A1 & char(34)

    or

    ="""" & A1 & """"
    Entia non sunt multiplicanda sine necessitate

+ 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