Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Abode
 
Posts: n/a
Default Formula Showing Zero instead of nothing

Hi. I have a very simple formula.

=IF($J656<"",G655,CodeDisplay(MID($A$1,8,1),$B656 ,$B657))

It finds out if its row has been writen on (Col J must have a value if its
writen on). If so it will copy what information it has above it. If it is
empty it will use my CodeDisplay function to find out if it should display a
blank (it does this if its on a blank row and is inbetween two filled rows)
or display a Dash (Based on if I have A1 say so.

Anyway, on my spreadsheet I have several entries from many different
folders. All the entries from the same folder are bunched together and each
folder is seperated by a blank row. All the formulas on Blank rows show up
as a blank (as they should). The formulas that are on filled rows copy the
value above them (as they should). The problem I have is that if a series of
rows from the same folder have no top entry they turn up as Zeros. They
should just turn up as Blanks by Copying the row above them. They've done
this the past few months I've had them. All of a sudden they are turning up
as zeros. Did I change some option unintentially?! How can I return them
back to showing up as blanks?

Thank you for your help. Sorry for the long post which could easily be just
a few lines. I just like to be as specific as I can.

Abode
  #2   Report Post  
Posted to microsoft.public.excel.misc
JLatham
 
Posts: n/a
Default Formula Showing Zero instead of nothing

Check
Tools | Options
and on the [View] tab, make sure the checkbox next to 'Zero Values' is
cleared.

"Abode" wrote:

Hi. I have a very simple formula.

=IF($J656<"",G655,CodeDisplay(MID($A$1,8,1),$B656 ,$B657))

It finds out if its row has been writen on (Col J must have a value if its
writen on). If so it will copy what information it has above it. If it is
empty it will use my CodeDisplay function to find out if it should display a
blank (it does this if its on a blank row and is inbetween two filled rows)
or display a Dash (Based on if I have A1 say so.

Anyway, on my spreadsheet I have several entries from many different
folders. All the entries from the same folder are bunched together and each
folder is seperated by a blank row. All the formulas on Blank rows show up
as a blank (as they should). The formulas that are on filled rows copy the
value above them (as they should). The problem I have is that if a series of
rows from the same folder have no top entry they turn up as Zeros. They
should just turn up as Blanks by Copying the row above them. They've done
this the past few months I've had them. All of a sudden they are turning up
as zeros. Did I change some option unintentially?! How can I return them
back to showing up as blanks?

Thank you for your help. Sorry for the long post which could easily be just
a few lines. I just like to be as specific as I can.

Abode

  #3   Report Post  
Posted to microsoft.public.excel.misc
Abode
 
Posts: n/a
Default Formula Showing Zero instead of nothing

Awesome. Thanks. I don't quite know how that got Checked in the first place.
Maybe I clicked it by mistake while searching through options to help
another person.

"JLatham" wrote:

Check
Tools | Options
and on the [View] tab, make sure the checkbox next to 'Zero Values' is
cleared.

"Abode" wrote:

Hi. I have a very simple formula.

=IF($J656<"",G655,CodeDisplay(MID($A$1,8,1),$B656 ,$B657))

It finds out if its row has been writen on (Col J must have a value if its
writen on). If so it will copy what information it has above it. If it is
empty it will use my CodeDisplay function to find out if it should display a
blank (it does this if its on a blank row and is inbetween two filled rows)
or display a Dash (Based on if I have A1 say so.

Anyway, on my spreadsheet I have several entries from many different
folders. All the entries from the same folder are bunched together and each
folder is seperated by a blank row. All the formulas on Blank rows show up
as a blank (as they should). The formulas that are on filled rows copy the
value above them (as they should). The problem I have is that if a series of
rows from the same folder have no top entry they turn up as Zeros. They
should just turn up as Blanks by Copying the row above them. They've done
this the past few months I've had them. All of a sudden they are turning up
as zeros. Did I change some option unintentially?! How can I return them
back to showing up as blanks?

Thank you for your help. Sorry for the long post which could easily be just
a few lines. I just like to be as specific as I can.

Abode

  #4   Report Post  
Posted to microsoft.public.excel.misc
JLatham
 
Posts: n/a
Default Formula Showing Zero instead of nothing

That kind of thing happens more often than you might think - and often leaves
us scratching our heads.

"Abode" wrote:

Awesome. Thanks. I don't quite know how that got Checked in the first place.
Maybe I clicked it by mistake while searching through options to help
another person.

"JLatham" wrote:

Check
Tools | Options
and on the [View] tab, make sure the checkbox next to 'Zero Values' is
cleared.

"Abode" wrote:

Hi. I have a very simple formula.

=IF($J656<"",G655,CodeDisplay(MID($A$1,8,1),$B656 ,$B657))

It finds out if its row has been writen on (Col J must have a value if its
writen on). If so it will copy what information it has above it. If it is
empty it will use my CodeDisplay function to find out if it should display a
blank (it does this if its on a blank row and is inbetween two filled rows)
or display a Dash (Based on if I have A1 say so.

Anyway, on my spreadsheet I have several entries from many different
folders. All the entries from the same folder are bunched together and each
folder is seperated by a blank row. All the formulas on Blank rows show up
as a blank (as they should). The formulas that are on filled rows copy the
value above them (as they should). The problem I have is that if a series of
rows from the same folder have no top entry they turn up as Zeros. They
should just turn up as Blanks by Copying the row above them. They've done
this the past few months I've had them. All of a sudden they are turning up
as zeros. Did I change some option unintentially?! How can I return them
back to showing up as blanks?

Thank you for your help. Sorry for the long post which could easily be just
a few lines. I just like to be as specific as I can.

Abode

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
How can I make a formula in Excel showing when the file modified? TMark Excel Worksheet Functions 2 January 11th 06 11:02 AM
VLOOKUP result is not showing up - only the formula Linda Excel Worksheet Functions 10 December 21st 05 06:37 AM
Continue formula to LINE 1000 without showing FALSE chieron Excel Worksheet Functions 2 December 8th 05 12:52 PM
Continue formula but without showing last total chieron Excel Worksheet Functions 5 December 8th 05 12:49 PM
create formula showing row height in a cell Greg1094 Excel Discussion (Misc queries) 3 December 5th 05 04:33 PM


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