LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Junior Member
 
Posts: 2
Default Removing blank cells

I am using the formula below to list what companies in an area did not have membership access.
=IF(D4="0",A4,"")

Cell D4 is the number of members who have/don't have access. Cell A4 is the company that the member has/doesn't have access to. Column D will always either have a 0 or will be a string of numbers. This formula works except the new column that contains the list will have sporadic blank cells because those companies had membership access.

How do I move data up into the next cell or automatically delete the
cells that don't have a company name in it? I need it to be automatic so when the data is entered, the report of companies that are listed is automatically created. That way others who are not familiar with excel at all can just print the report. I found one formula that would work:

=IF(ROW()-ROW(NoBlanksRange)+1ROWS(Blanksrange)-COUNTBLANK(Blanksrange),"",INDIRECT(ADDRESS(SMALL( (IF(Blanksrange"",ROW(Blanksrange),ROW()+ROWS(Blan ksrange))),ROW()-ROW(NoBlanksRange)+1),COLUMN(Blanksrange),4)))

Except that since I have a formula in the referencing cell it is not
working. I am pulling the data from the top of the worksheet and creating a new set of columns at the bottom of the same worksheet. I am kind of new to formulas and I am not sure how to apply both formulas so that I get the correct list of companies and have it listed without blank cells.

Thank you for your help.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Counting blank cells until value is reached Dan Excel Worksheet Functions 9 March 1st 06 12:56 PM
Excel inserted 0's in cells linked to blank cells lburg801 Excel Discussion (Misc queries) 5 October 28th 05 11:32 PM
pivot tables reports - altering display of (blank) cells cak Excel Worksheet Functions 1 August 22nd 05 12:39 AM
CONCATENATE problem with blank cells roger_home Excel Discussion (Misc queries) 1 August 17th 05 09:18 PM
Copy down - special to fill only the blank cells Mike Excel Discussion (Misc queries) 3 April 18th 05 10:08 PM


All times are GMT +1. The time now is 02:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"