+ Reply to Thread
Results 1 to 5 of 5

Filter Formula Don't display #CALC!

Hybrid View

nickpavlov Filter Formula Don't display... 01-15-2022, 02:15 PM
AliGW Re: Filter Formula Don't... 01-15-2022, 02:18 PM
Fluff13 Re: Filter Formula Don't... 01-15-2022, 02:24 PM
nickpavlov Re: Filter Formula Don't... 01-15-2022, 02:46 PM
Fluff13 Re: Filter Formula Don't... 01-15-2022, 02:49 PM
  1. #1
    Forum Contributor
    Join Date
    07-10-2012
    Location
    United States
    MS-Off Ver
    Office 365
    Posts
    466

    Filter Formula Don't display #CALC!

    Hello,

    With a Filter formula, is there a way to have is show a blank cell or have the words "No Data" be displayed instead of #CALC! when no information is returned?

    Here is an example of a formula I am using:

    =IF(B2="","",FILTER(INDEX(TData,SEQUENCE(ROWS(TData)),{1,2,3,4,5,6,7,8,9,10,11}),IF(B2="All",1,TData[EMPLOYEE NAME]=B2)*(TData[AUDIT DATE]>=J4)*(TData[AUDIT DATE]<=K4)*IF(K3="All",1,TData[SHIFT]=K3)*IF(K5="All",1,TData[LOCATION]=K5)*IF(K6="All",1,TData[POINT ASSESSMENT]=K6) *IF(K7="All",1,TData[COACHING]=K7) *IF(K8="All",1,TData[CAUSE]=K8)))

    I appreciate any help,

    Thank you,
    Nick

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,989

    Re: Filter Formula Don't display #CALC!

    Yes.

    =IFERROR( your_formula, "No Data")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,787

    Re: Filter Formula Don't display #CALC!

    Another option
    Formula: copy to clipboard
    =IF(B2="","",FILTER(INDEX(TData,SEQUENCE(ROWS(TData)),{1,2,3,4,5,6,7,8,9,10,11}),IF(B2="All",1,TData[EMPLOYEE NAME]=B2)*(TData[AUDIT DATE]>=J4)*(TData[AUDIT DATE]<=K4)*IF(K3="All",1,TData[SHIFT]=K3)*IF(K5="All",1,TData[LOCATION]=K5)*IF(K6="All",1,TData[POINT ASSESSMENT]=K6) *IF(K7="All",1,TData[COACHING]=K7) *IF(K8="All",1,TData[CAUSE]=K8),"No Data"))

  4. #4
    Forum Contributor
    Join Date
    07-10-2012
    Location
    United States
    MS-Off Ver
    Office 365
    Posts
    466

    Re: Filter Formula Don't display #CALC!

    Thank you for your help!

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,787

    Re: Filter Formula Don't display #CALC!

    Glad to help & thanks for the feedback.

+ 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. Getting #CALC! error from using FILTER function
    By mikehk in forum Excel General
    Replies: 1
    Last Post: 11-28-2020, 10:26 PM
  2. Possible Formula Display Auto Filter Result in a Cell
    By zrs in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-18-2020, 01:46 PM
  3. Why do you use Filter(ALL) in time calc in powerpivot
    By stephme55 in forum Excel General
    Replies: 1
    Last Post: 07-13-2016, 03:28 PM
  4. Stop insert of a row and filter in ASSET CALC
    By jericho14444 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-04-2013, 11:01 AM
  5. Display Post-Calc Data In Pivot Table
    By ggunter in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 05-17-2013, 10:04 AM
  6. Calc mode display on worksheet
    By Robert in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-06-2006, 11:35 AM
  7. [SOLVED] display how long it takes to calc or timing certain events
    By GH in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-16-2005, 07:06 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