+ Reply to Thread
Results 1 to 2 of 2

Change Formulae to show blanks/no data

  1. #1
    Registered User
    Join Date
    05-30-2012
    Location
    South Africa
    MS-Off Ver
    Excel 2013
    Posts
    62

    Change Formulae to show blanks/no data

    Good Day,

    I please need some help with the attached file. Tabe named "Leads&Conv Score" The orange highlighted columns have been built in.

    When I select a slicer for the pivot table, i would like to see blank cells where there is no further data on the pivot table.

    E.g. In the attached you will see that the slicer selection is on "centurion & midrand", From Cell H26:Z64, I would like to see blank cells, as the pivot data only runs up until cell G25.

    Appreciate the assistance.

    Regards
    Keshypops

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Change Formulae to show blanks/no data

    You need to wrap your formulas in if statements like so:
    =IF(OR(ISBLANK(A15),A15="Grand Total"),"",10)
    =IF(OR(ISBLANK(A15),A15="Grand Total"),"",IFERROR((B15/H15),0))
    and so on.
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

+ 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. [SOLVED] Creating an IF formulae to show if something is current or late
    By Pizzy in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-05-2015, 10:38 AM
  2. [SOLVED] Change Chart Data Range to show YTD data
    By Harribone in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-04-2015, 04:12 PM
  3. Make if formulae ignore blanks
    By superdaw in forum Excel General
    Replies: 4
    Last Post: 09-18-2014, 10:12 AM
  4. [SOLVED] Removing blanks where blanks show blank but are code to show blank.
    By markDuffy in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-08-2013, 05:34 AM
  5. Do not show all blanks rows after a filtering
    By larics in forum Excel General
    Replies: 1
    Last Post: 12-16-2011, 06:43 AM
  6. Replies: 3
    Last Post: 10-22-2007, 01:41 PM
  7. [SOLVED] Hide show blanks
    By PCOR in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-26-2005, 05:19 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