+ Reply to Thread
Results 1 to 5 of 5

change data by formula?

  1. #1
    Registered User
    Join Date
    02-14-2005
    Posts
    8

    change data by formula?

    hi
    i am currently doing an A's project for ict and i have a list and want to produce an invoice so i want a formula which say if the value in a certain cell read n/a then place " " in this cell (or leave it blank) is it possible if so how?

    cyaz
    aj

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try the following...

    =IF(A1="n/a","","undetermined")

    So in this case, if A1 contains n/a, the formula will return a blank, otherwise it will evaluate the third arguement, which in this example is undetermined since you haven't specified anything.

    Hope this helps!

    Quote Originally Posted by ajkiwi88
    hi
    i am currently doing an A's project for ict and i have a list and want to produce an invoice so i want a formula which say if the value in a certain cell read n/a then place " " in this cell (or leave it blank) is it possible if so how?

    cyaz
    aj

  3. #3
    Registered User
    Join Date
    02-14-2005
    Posts
    8
    so what would i put on the end if i wanted it to display what was in the cell if it isn't n/a?

    thanks for your help
    cyaz
    aj

  4. #4
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Quote Originally Posted by ajkiwi88
    so what would i put on the end if i wanted it to display what was in the cell if it isn't n/a?

    thanks for your help
    cyaz
    aj
    =IF(A1="n/a","",A1)

    Hope this helps!

  5. #5
    Registered User
    Join Date
    02-14-2005
    Posts
    8
    yeah thanks so much cheers

    cyaz
    aj

+ 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