Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Show day or empty cell

Hello,
Im using the formula =TEXT(A1, "ddd") to show the day from a date. How can
I make it show an empty cell if there is nothing in cell A1?
Sorry for the simply question, I'm new to this!

Many thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Show day or empty cell

try,

=IF(A1="","",TEXT(A1, "ddd"))

Mike

"KrisP" wrote:

Hello,
Im using the formula =TEXT(A1, "ddd") to show the day from a date. How can
I make it show an empty cell if there is nothing in cell A1?
Sorry for the simply question, I'm new to this!

Many thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Show day or empty cell

=if(A1<"",TEXT(A1, "ddd"),"")


"KrisP" wrote:

Hello,
Im using the formula =TEXT(A1, "ddd") to show the day from a date. How can
I make it show an empty cell if there is nothing in cell A1?
Sorry for the simply question, I'm new to this!

Many thanks in advance

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Show day or empty cell

You may wish to consider this formula instead of what you are using. It has
the advantage of being easier to perform calculations on

=IF(A1="","",WEEKDAY(A1))

Mike

"Mike H" wrote:

try,

=IF(A1="","",TEXT(A1, "ddd"))

Mike

"KrisP" wrote:

Hello,
Im using the formula =TEXT(A1, "ddd") to show the day from a date. How can
I make it show an empty cell if there is nothing in cell A1?
Sorry for the simply question, I'm new to this!

Many thanks in advance

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Show day or empty cell

Thanks to both of you, thats great.

"KrisP" wrote:

Hello,
Im using the formula =TEXT(A1, "ddd") to show the day from a date. How can
I make it show an empty cell if there is nothing in cell A1?
Sorry for the simply question, I'm new to this!

Many thanks in advance

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
Show cell empty when 0 WH99 Excel Discussion (Misc queries) 1 June 23rd 08 12:18 AM
Lookup to Show Empty Cell RoadKill Excel Worksheet Functions 5 March 28th 08 01:51 AM
using a vlookup, can i use isblank to show an empty cell Sandy Excel Worksheet Functions 7 January 30th 08 07:21 PM
show 0.00 if referenced cell is empty David D Excel Worksheet Functions 8 June 28th 07 02:54 AM
Using if function to show blank when cell in other sheet is empty Billznik Excel Worksheet Functions 2 August 9th 06 03:46 AM


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