Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kenny Dee
 
Posts: n/a
Default Removing "0" from insert

I'm using this formula in one of my cells =Sheet2!E2 but if there is no info
type in from that sheet then my return input is "0" how do I remove the "0"
from ever appearing, just a blank would be great. I've saw a posting for
ADDING cells and if a number is not inserted then the return would be 0. and
they fixed the problem with this type of formula =IF(A1 + B1 = 0,"",A1 +
B1). How would I uses the with the formula that i'm using from another
sheet, as mention above?


  #2   Report Post  
Max
 
Posts: n/a
Default

2 ways to try ..

a. Switch off zeros display in the sheet via:
Tools Options View tab Uncheck "Zero values" OK

b. Instead of : =Sheet2!B1, use : =IF(Sheet2!B1="","",Sheet2!B1)
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Kenny Dee" wrote in message
...
I'm using this formula in one of my cells =Sheet2!E2 but if there is no

info
type in from that sheet then my return input is "0" how do I remove the

"0"
from ever appearing, just a blank would be great. I've saw a posting for
ADDING cells and if a number is not inserted then the return would be 0.

and
they fixed the problem with this type of formula =IF(A1 + B1 = 0,"",A1 +
B1). How would I uses the with the formula that i'm using from another
sheet, as mention above?




  #3   Report Post  
Kenny Dee
 
Posts: n/a
Default

Ok this somewhat works i guess, but what if the cell is a DATE FORMAT. I
still get a date enter into a cell which has no date to refer to. For an
exsample:

Cell A1 I enter and date and in cell B1 i enter this formula =A1+4
Once a date is enter into A1 04/12/05, in cell A2 and date is entered as
04/16/05.

But if no date is enter in A2 then B2 enters a default date. (Which I don't
want) just a black cell would be fine.

"Max" wrote:

2 ways to try ..

a. Switch off zeros display in the sheet via:
Tools Options View tab Uncheck "Zero values" OK

b. Instead of : =Sheet2!B1, use : =IF(Sheet2!B1="","",Sheet2!B1)
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Kenny Dee" wrote in message
...
I'm using this formula in one of my cells =Sheet2!E2 but if there is no

info
type in from that sheet then my return input is "0" how do I remove the

"0"
from ever appearing, just a blank would be great. I've saw a posting for
ADDING cells and if a number is not inserted then the return would be 0.

and
they fixed the problem with this type of formula =IF(A1 + B1 = 0,"",A1 +
B1). How would I uses the with the formula that i'm using from another
sheet, as mention above?





  #4   Report Post  
Max
 
Posts: n/a
Default

Try in B1, copied down: =IF(A1="","",A1+4)

Or, if using in cond format formulas,
something along the lines of:

=AND(B1TODAY(),B1<"")
or
=AND(B1TODAY(),ISNUMBER(B1))

instead of just: =B1TODAY()

(Above assumes the cond format is to be triggered
if the date entered / evaluated in col B is a future date)

The additional conditions:

B1<""
ISNUMBER(B1)

will help ensure that the evaluated condition
for empty cells in col B remain FALSE
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Kenny Dee" wrote in message
...
Ok this somewhat works i guess, but what if the cell is a DATE FORMAT. I
still get a date enter into a cell which has no date to refer to. For an
exsample:

Cell A1 I enter and date and in cell B1 i enter this formula =A1+4
Once a date is enter into A1 04/12/05, in cell A2 and date is entered as
04/16/05.

But if no date is enter in A2 then B2 enters a default date. (Which I

don't
want) just a black cell would be fine.



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
Simultaneouly insert of rows or col. - Ajit Ajit Munj Excel Discussion (Misc queries) 1 March 23rd 05 09:17 AM
insert picture BillGwyer Excel Discussion (Misc queries) 1 March 4th 05 06:37 PM
Insert Line Macro Spyder Excel Discussion (Misc queries) 1 March 3rd 05 12:17 AM
Challenging Charting C TO Charts and Charting in Excel 0 January 17th 05 06:57 PM
Function to automatically insert a new sheet as a result of data entry? Mark Mulik Excel Worksheet Functions 2 November 28th 04 02:21 AM


All times are GMT +1. The time now is 09:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"