LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default Creating a Summary Worksheet

... clear A1 (using the space bar),

Aha, that's the culprit <g. Do not use the space bar to clear cells, always
use the Delete key instead.

But just for the record, we could of course, make it more robust against
such "practice" (clearing cells by using the spacebar) by wrapping TRIM()
around the key col A in the formulas in col K in Sheets 1 - 4. TRIM will
remove the "invisible" white spaces. (But it's always better not to use
spacebar to clear cells.)

For example:

Instead of in Sheet1's K6:
=IF(A6="","",ROW(A1))

we could use:
=IF(TRIM(A6)="","",ROW(A1))

then copy down as before

It should work fine now ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"jjjam" wrote in message
...
Auto calc was enabled, but thanks for bringing that to my attention.

Here's what I'm seeing: Assume I have data in sheet1:A1 thus creating an
entry in the Summary sheet. If I go back and clear A1 (using the space

bar),
then A1 in the Summary sheet goes blank (which is good), but B1 and C1 of

the
Summary remain. It was my understanding that if A1 is blank, then no

entry
would be made on the summary, thus I shouldn't see anything in B1 and C1

on
the Summary sheet. Am I correct?

As always, thanks for your help, you're amazing.





 
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
update cell in other worksheet based... mwrfsu Excel Worksheet Functions 0 August 19th 05 05:22 PM
Worksheet Revision Date only once that day mikeburg Excel Discussion (Misc queries) 0 August 16th 05 12:39 AM
Summarize multiple worksheet detail on summary sheet 061931 Excel Discussion (Misc queries) 6 May 23rd 05 02:09 PM
Copying Numerical Totals of separate worksheets to a single Summary Worksheet buster1831 Excel Discussion (Misc queries) 2 February 16th 05 11:28 PM
Creating a summary from existing spreadsheet data ... NP Excel Worksheet Functions 8 October 29th 04 02:39 PM


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