+ Reply to Thread
Results 1 to 3 of 3

Value to =na()

  1. #1
    Registered User
    Join Date
    04-26-2005
    Posts
    17

    Question Value to =na()

    How can I convert all cells containing # to the formula =na()

    thanks

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    One way:
    =IF(ISERROR(FIND("#",A1)),NA(),"")

    Ola Sandström

  3. #3
    Registered User
    Join Date
    04-26-2005
    Posts
    17
    how would i apply this using a macro since the function you have given seems to be an excel function and considering that it needs to be applied to over 60.000 cells it seems not feasible in this manner.

    thanks

+ 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