#1   Report Post  
Posted to microsoft.public.excel.misc
KB KB is offline
external usenet poster
 
Posts: 41
Default Hiding characters

I have a multipage spreadsheet. On the cover sheet (sheet 1), I set up a cell
to add up certain cells on sheets 2-6 using =IF(AE7=SUM('Work Order
Labor1:Work Order Labor6'!AE10),"","X"). So as you can see if AE7 ont he
cover sheet does not match the total added amount of Work Order Labor1
through 6, the cell will have an "X" in it. If the number match, the "X" will
not show.
The problem is that when theres nothing in any of the cells, in theory it
should be a match of 0 and 0. But the X still shows up in the cell. If I put
8 in AE7 and the put 2 on the other pages equalling 8 the X does disappear as
it is supposed to.
Why does the X appear when no values are present? And How would you fix it?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Hiding characters

The sum function ignore blank cells.

"KB" wrote:

I have a multipage spreadsheet. On the cover sheet (sheet 1), I set up a cell
to add up certain cells on sheets 2-6 using =IF(AE7=SUM('Work Order
Labor1:Work Order Labor6'!AE10),"","X"). So as you can see if AE7 ont he
cover sheet does not match the total added amount of Work Order Labor1
through 6, the cell will have an "X" in it. If the number match, the "X" will
not show.
The problem is that when theres nothing in any of the cells, in theory it
should be a match of 0 and 0. But the X still shows up in the cell. If I put
8 in AE7 and the put 2 on the other pages equalling 8 the X does disappear as
it is supposed to.
Why does the X appear when no values are present? And How would you fix it?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
KB KB is offline
external usenet poster
 
Posts: 41
Default Hiding characters

I'm not sure what you are saying. We just got v2007, and I dont know where
anything is in this version. Could you explain?

Thanks!

"Joel" wrote:

The sum function ignore blank cells.

"KB" wrote:

I have a multipage spreadsheet. On the cover sheet (sheet 1), I set up a cell
to add up certain cells on sheets 2-6 using =IF(AE7=SUM('Work Order
Labor1:Work Order Labor6'!AE10),"","X"). So as you can see if AE7 ont he
cover sheet does not match the total added amount of Work Order Labor1
through 6, the cell will have an "X" in it. If the number match, the "X" will
not show.
The problem is that when theres nothing in any of the cells, in theory it
should be a match of 0 and 0. But the X still shows up in the cell. If I put
8 in AE7 and the put 2 on the other pages equalling 8 the X does disappear as
it is supposed to.
Why does the X appear when no values are present? And How would you fix it?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Hiding characters

You sure you're looking at the right cells?

Any custom format that hides the value in the cell?

And conditional formatting that hides the value in the cell.

===
And something you can ignore...

Add two sheets to your workbook--one to the left of "Work Order Labor1" and one
to the right of "Work Order Labor6".

Call them Start and End.

Then you can use:
=if(ae7=sum('start:end'!ae10),"","X")

I think it makes adding new sheets easier--and it could make the debugging
easier.

You can drag all the worksheets out of that "sandwich". Then drag each in--one
at a time. See which one cause your formula to return X.

And don't forget to look at AE7 of that activesheet!



KB wrote:

I have a multipage spreadsheet. On the cover sheet (sheet 1), I set up a cell
to add up certain cells on sheets 2-6 using =IF(AE7=SUM('Work Order
Labor1:Work Order Labor6'!AE10),"","X"). So as you can see if AE7 ont he
cover sheet does not match the total added amount of Work Order Labor1
through 6, the cell will have an "X" in it. If the number match, the "X" will
not show.
The problem is that when theres nothing in any of the cells, in theory it
should be a match of 0 and 0. But the X still shows up in the cell. If I put
8 in AE7 and the put 2 on the other pages equalling 8 the X does disappear as
it is supposed to.
Why does the X appear when no values are present? And How would you fix it?

Thanks


--

Dave Peterson
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
Hiding a button when hiding rows fergusor Excel Discussion (Misc queries) 2 August 10th 06 02:31 PM
Hiding #N/A FP Novice Excel Discussion (Misc queries) 3 August 8th 06 05:53 PM
In Excel find characters when multiple characters exist w/i a cel teacher-deburg Excel Worksheet Functions 1 December 5th 05 10:22 PM
HOW DO I EXTRACT ALL CHARACTERS AFTER 5 CHARACTERS ON LEFT GRYSYF Excel Worksheet Functions 5 October 12th 05 10:58 AM
Hiding #N/A Mick Excel Worksheet Functions 4 December 1st 04 12:35 AM


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