+ Reply to Thread
Results 1 to 2 of 2

is there a way to replace #value with another value such as "N/A"

  1. #1
    Registered User
    Join Date
    07-18-2005
    Posts
    24

    is there a way to replace #value with another value such as "N/A"

    is there any way to do this using an if statement

    i have a column that contains data like d74 d99 e67 ext typ. the values that contain a letter followed by a number are important to me so i tried to create an if statement that would only calculate rows with one letter followed by a number, and exclude those without but i dont know the value for #value

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    =IF(ISERROR(your_formula),"N/A",your_formula)

+ 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