+ Reply to Thread
Results 1 to 6 of 6

how to make formula not say #N/A

  1. #1
    Forum Contributor
    Join Date
    10-23-2014
    Location
    Kolding, Denmark
    MS-Off Ver
    MS Office 2010
    Posts
    169

    how to make formula not say #N/A

    Hi,

    I have this formula in one of my templates.
    =SUM(FREQUENCY(MATCH(A6:A999;A6:A999;0);MATCH(A6:A999;A6:A999;0))>0;1)

    But some times i dont have data in all the Rows.. then the formula says #N/A and i have to manuel change the formula..
    Is there any way that i can make the formula ignore the blancks and just make the calculation on the rows that have data in them?

    thanks in adwance...

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: how to make formula not say #N/A

    May be this?

    =SUM(FREQUENCY(IFERROR(MATCH(A6:A999,A6:A999,0),0),IFERROR(MATCH(A6:A999,A6:A999,0),0))>0,1)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: how to make formula not say #N/A

    Try it like this...

    Array entered**:

    =SUM(IF(FREQUENCY(IF(A6:A999<>"";MATCH(A6:A999;A6:A999;0));ROW(A6:A999)-ROW(A6)+1);1))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Forum Contributor
    Join Date
    10-23-2014
    Location
    Kolding, Denmark
    MS-Off Ver
    MS Office 2010
    Posts
    169

    Re: how to make formula not say #N/A

    when i do the Ctrl, Shift and then enter the formula says #REF!

  5. #5
    Forum Contributor
    Join Date
    10-23-2014
    Location
    Kolding, Denmark
    MS-Off Ver
    MS Office 2010
    Posts
    169

    Re: how to make formula not say #N/A

    Sorry i maid a mistake it works. thanks a lot

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: how to make formula not say #N/A

    Good deal. Thanks for the feedback!

    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to make this formula in excell sheet..please help me to make this..
    By mdinesh223 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-13-2015, 05:01 AM
  2. [SOLVED] Make formula disregard other formula entry if blank
    By DHFE in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-06-2014, 04:23 AM
  3. Alternative Formula for multiples IFs (to make my formula shorter)
    By chico.corrales in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-07-2013, 12:37 AM
  4. [SOLVED] Formula whit INDEX and MATCH. I try to make this formula to result.
    By Anka in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-28-2012, 06:26 PM
  5. Formula question - cell value to make a formula true?
    By jabadeer in forum Excel General
    Replies: 3
    Last Post: 07-19-2011, 12:07 PM
  6. Replies: 7
    Last Post: 03-25-2011, 02:44 PM
  7. Replies: 7
    Last Post: 06-20-2006, 05:56 PM

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