Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 7
Default Defauls Values In Empty Cells

How do I set a default value which has no data imported into it?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,365
Default Defauls Values In Empty Cells

Explain a little more about your needs, please.

By definition a cell with no data imported into it has no value. It is
Empty. You cannot control Excel's default cell contents, as when a new sheet
is entered.

There are things that can be done via macros, and some things that can be
done with worksheet functions, such as putting this formula in a cell (it
could go into any cell except B1 itself:
=IF(B1=9,"B1 is 9","B1 is not 9")
you can substitute other phrases for what is in that example, or even
values, as:
=IF(B1=9,14,"")
which would display 14 when cell B1 has 9 in it, and not display anything
when B1 does not have 9 in it. You can even use the contents of other cells
as either of the parameters, like this:
=IF(B1=9, H4, J12)
so when B1=9, the cell with this formula in it would display the contents of
H4 otherwise it would display the contents of J12.

You can mix and match text, values and cell references within the IF
statement.


"chrysler265" wrote:

How do I set a default value which has no data imported into it?

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 to select cells with values only (not empty ones)? nick Excel Discussion (Misc queries) 4 December 20th 06 09:07 PM
How to select cells with values only (not empty ones)? nick Excel Discussion (Misc queries) 1 December 20th 06 06:03 PM
How do you stop excel from charting empty cells/null values as zer Abe-air Charts and Charting in Excel 3 March 20th 06 11:57 PM
Copying values but skipping empty cells Handyy Excel Worksheet Functions 1 February 9th 06 01:41 AM
lineup equal values by inserting empty cells uffe1909 Excel Discussion (Misc queries) 2 September 21st 05 01:39 PM


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