ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   It display's Sat (https://www.excelbanter.com/excel-worksheet-functions/213222-displays-sat.html)

Steved

It display's Sat
 
Hello from Steved

What is required please to the below to have the "cell blank" as at the
moment it displays Sat.

=TEXT(H41,"ddd")

Thankyou.

Sheeloo[_3_]

It display's Sat
 
Try
=IF(H41="","",TEXT(H41,"ddd"))

instead of =TEXT(H41,"ddd")

"Steved" wrote:

Hello from Steved

What is required please to the below to have the "cell blank" as at the
moment it displays Sat.

=TEXT(H41,"ddd")

Thankyou.


Don Guillett

It display's Sat
 
try
=IF(LEN(TRIM(H41))<1,"",TEXT(H41,"ddd"))
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Steved" wrote in message
...
Hello from Steved

What is required please to the below to have the "cell blank" as at the
moment it displays Sat.

=TEXT(H41,"ddd")

Thankyou.



Steved

It display's Sat
 
Thankyou.

"Don Guillett" wrote:

try
=IF(LEN(TRIM(H41))<1,"",TEXT(H41,"ddd"))
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Steved" wrote in message
...
Hello from Steved

What is required please to the below to have the "cell blank" as at the
moment it displays Sat.

=TEXT(H41,"ddd")

Thankyou.




Steved

It display's Sat
 
Thankyou

"Sheeloo" wrote:

Try
=IF(H41="","",TEXT(H41,"ddd"))

instead of =TEXT(H41,"ddd")

"Steved" wrote:

Hello from Steved

What is required please to the below to have the "cell blank" as at the
moment it displays Sat.

=TEXT(H41,"ddd")

Thankyou.



All times are GMT +1. The time now is 10:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com