+ Reply to Thread
Results 1 to 3 of 3

avoiding N/A's

Hybrid View

  1. #1
    Registered User
    Join Date
    09-06-2007
    Posts
    3

    Smile avoiding N/A's

    I am really new at this.

    Can someone tell me how to do this:

    I got column A & B with formulas using cells from Column C onwards.

    My aim is to keep A & B constant as on month basis, I have to dump new data and format the data in Column C onwards.

    Formula in A & B gives #NA because of the formating.

    Anyway of avoiding this.

    Hope I am clear

    Thanks in advance

  2. #2
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664
    Hi,

    If I understand your question correctly, you want to clean up the cells with errors in them. An effective way to do this would be to display a blank cell when there is an #N/A error. If so, you can do the following:

    =IF(ISERROR(C1),"",your formula here)

    If this isn't what you trying to achieve let me know.

    HTH,

    SamuelT
    Last edited by SamuelT; 09-07-2007 at 03:57 AM.

  3. #3
    Registered User
    Join Date
    09-06-2007
    Posts
    3
    Thanks SamuelT.

+ 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