+ Reply to Thread
Results 1 to 3 of 3

Summarizing Data by removing zeroed values

Hybrid View

Coxy347 Summarizing Data by removing... 02-11-2015, 09:30 PM
AlKey Re: Summarizing Data by... 02-11-2015, 10:11 PM
Coxy347 Re: Summarizing Data by... 02-11-2015, 10:54 PM
  1. #1
    Registered User
    Join Date
    06-12-2014
    Posts
    4

    Summarizing Data by removing zeroed values

    Hi,
    I am constructing a portfolio management system in excel the aid management in my job.
    Currently i have now is a large security database that updates dynamically based on a transaction history and date selected.
    The problem i have is that the security database is not what i want to present to the user, as there are many securities here with positions of zero.
    I want to be able to produce the table with identical headers, but remove the securities with a zero value on another sheet.
    I have attached an example of what im looking for here, if anyone could help on a way to automate this it would be great.
    Data clean up example.xlsx
    Thanks

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Summarizing Data by removing zeroed values

    Array formula in B4 and pull formula down and then across

    =IFERROR(INDEX('Raw Data'!B:B,SMALL(IF('Raw Data'!$D$4:$D$10>0,ROW('Raw Data'!$D$4:$D$10)),ROWS(D$4:D4))),"")

    ***Array formula must be entered by using key combination of CTRL+SHIFT+ENTER and not just ENTER
    Attached Files Attached Files
    Last edited by AlKey; 02-11-2015 at 10:13 PM. Reason: Added Excel file
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    06-12-2014
    Posts
    4

    Re: Summarizing Data by removing zeroed values

    Absolutely perfect.
    Thankyou so much

+ 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] How to either shade cells or have the work PAID appear in background when zeroed out
    By tbaste in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-04-2013, 11:26 AM
  2. Hiding Cell pairs if zeroed
    By ussenterprise in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-22-2012, 01:43 PM
  3. Removing Duplicates in one column and summarizing data
    By guard23 in forum Excel General
    Replies: 5
    Last Post: 02-09-2012, 03:33 PM
  4. Summarizing values between range of cells which changes
    By GeneHunt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-11-2010, 09:08 AM
  5. Excel 2007 : Summarizing and combining values
    By mitaps in forum Excel General
    Replies: 1
    Last Post: 06-28-2010, 09:59 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