Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
wrpalmer
 
Posts: n/a
Default In 3 active sheets in wkbk, determine& display the # of sheets that have data


I am wking with potentially 3 active sheets in a wkbk i.e. anyone of
them or all could have data or text entered in them at any time. This
is an ever changing scenario as data is entered or deleted i.e. a
sheet is filled and the next sheet receives the new data etc. Since I
am able or only want to see one sheet at a time, it is necessary to see
on the displayed sheet how many of the 3 sheets have data on them at
anyone time and to display that # of sheets numerically on all 3
sheets as I move thru them. I guess most simply stated I would like to
know when I am in sheet #1 whether 1sheet is filled with by putting the
#1 in sheet one or if 2 sheets have data by putting the #2 in sheet 1 &
sheet 2 & sheet 3 & to reflect that # on any sheet I am viewing
I need to test only cell "B3" on each sheet to determine if a sheet has
data but the counting formula across all 3 sheets stumps me
-the 3D reference concept will not let me accomplish that task
-Thanks for the help -vty wrpalmer


--
wrpalmer
------------------------------------------------------------------------
wrpalmer's Profile: http://www.excelforum.com/member.php...o&userid=25347
View this thread: http://www.excelforum.com/showthread...hreadid=482158

  #2   Report Post  
Search33
 
Posts: n/a
Default In 3 active sheets in wkbk, determine& display the # of sheets tha

try this

=IF(ISBLANK(Sheet1!B3),0,1)+IF(ISBLANK(Sheet2!B3), 0,1)+IF(ISBLANK(Sheet3!B3),0,1)

"wrpalmer" wrote:


I am wking with potentially 3 active sheets in a wkbk i.e. anyone of
them or all could have data or text entered in them at any time. This
is an ever changing scenario as data is entered or deleted i.e. a
sheet is filled and the next sheet receives the new data etc. Since I
am able or only want to see one sheet at a time, it is necessary to see
on the displayed sheet how many of the 3 sheets have data on them at
anyone time and to display that # of sheets numerically on all 3
sheets as I move thru them. I guess most simply stated I would like to
know when I am in sheet #1 whether 1sheet is filled with by putting the
#1 in sheet one or if 2 sheets have data by putting the #2 in sheet 1 &
sheet 2 & sheet 3 & to reflect that # on any sheet I am viewing
I need to test only cell "B3" on each sheet to determine if a sheet has
data but the counting formula across all 3 sheets stumps me
-the 3D reference concept will not let me accomplish that task
-Thanks for the help -vty wrpalmer


--
wrpalmer
------------------------------------------------------------------------
wrpalmer's Profile: http://www.excelforum.com/member.php...o&userid=25347
View this thread: http://www.excelforum.com/showthread...hreadid=482158


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
Charts not recognizing source data if original linked data is changed. JLC Charts and Charting in Excel 3 October 14th 05 01:29 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Look Up and Display set data timharding Excel Discussion (Misc queries) 0 August 10th 05 08:31 PM
Macro to search for and display data in another worksheet Mark H Excel Worksheet Functions 0 June 14th 05 12:40 PM
How do I plot data in Excel that is captured on separate sheets; . krwegner Excel Discussion (Misc queries) 0 November 30th 04 05:43 PM


All times are GMT +1. The time now is 09:09 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"