Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Joy Joy is offline
external usenet poster
 
Posts: 29
Default hide rows if nil result of formula in specific column

Hi,

I need to pull information from one multiple spreadsheets to another purely
by formulas and have rows with a nil value result in a specific column hide
themselves automatically in my destination spreadsheet.

Thanks

Joy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default hide rows if nil result of formula in specific column

Rows cannot be hidden by using a formula.

You can make a cell look blank by using a formula.

=IF(Sheet1!A1="","",Sheet1!A1) entered in A1 of Sheet2

You can hide rows by filtering out blank cells in a column.

You can use VBA to hide rows based upon blanks in a column.


Gord Dibben MS Excel MVP

On Sun, 28 Feb 2010 17:14:01 -0800, Joy
wrote:

Hi,

I need to pull information from one multiple spreadsheets to another purely
by formulas and have rows with a nil value result in a specific column hide
themselves automatically in my destination spreadsheet.

Thanks

Joy


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default hide rows if nil result of formula in specific column

One of these may work for you. Where "Sheet1" is the sheet you're pulling in
data from:
=if(isblank(Sheet1!A1),"",Sheet1!A1)
=if(Sheet1!A1=0,"",Sheet1!A1)


"Joy" wrote:

Hi,

I need to pull information from one multiple spreadsheets to another purely
by formulas and have rows with a nil value result in a specific column hide
themselves automatically in my destination spreadsheet.

Thanks

Joy

Reply
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
Hide a formula result until cell has been filled Sammy Excel Discussion (Misc queries) 13 May 19th 09 11:26 PM
Hide data in specific rows/colums/cells in Excel 2003 Ben Excel Discussion (Misc queries) 3 October 21st 07 04:33 PM
Hide #VALUE! in result of array formula Ron Weaver Excel Worksheet Functions 6 January 29th 07 10:46 PM
how to create a formula to hide specific rows after meeting requi DNelson New Users to Excel 2 February 7th 06 01:06 PM
Hide all rows where one specific cell in that row = 0? jaydevil Excel Discussion (Misc queries) 2 August 26th 05 02:48 PM


All times are GMT +1. The time now is 09:43 AM.

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"