Conditional Formatting to hide 00:00 in column
Solved/Closed
sharky9000
Posts
2
Registration date
Saturday December 6, 2014
Status
Member
Last seen
December 7, 2014
-
Dec 6, 2014 at 07:11 PM
Sharky9000 - Dec 8, 2014 at 02:48 PM
Sharky9000 - Dec 8, 2014 at 02:48 PM
Related:
- Excel conditional formatting entire column based on another column
- Excel date format dd.mm.yyyy - Guide
- Marksheet format in excel - Guide
- Clear formatting in excel - Guide
- Number to words in excel - Guide
- Excel apk for pc - Download - Spreadsheets
3 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Dec 8, 2014 at 11:16 AM
Dec 8, 2014 at 11:16 AM
Hi Sharky,
Usually I use IF formula to not show unwanted results of a formula.
In your case I would use:
=IF(AND(A1="",B1=""),"",YOUR FORMULA)
So if both A1 and B1 are empty, then display nothing.
If there is any data in either A1 or B1 then display the result of your formula.
Best regards,
Trowa
Usually I use IF formula to not show unwanted results of a formula.
In your case I would use:
=IF(AND(A1="",B1=""),"",YOUR FORMULA)
So if both A1 and B1 are empty, then display nothing.
If there is any data in either A1 or B1 then display the result of your formula.
Best regards,
Trowa
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Dec 6, 2014 at 11:23 PM
Dec 6, 2014 at 11:23 PM
you cam hide rows or columns in excel
I am not sure whether you can hide individual cells..
I am not sure whether you can hide individual cells..
sharky9000
Posts
2
Registration date
Saturday December 6, 2014
Status
Member
Last seen
December 7, 2014
Dec 7, 2014 at 01:33 AM
Dec 7, 2014 at 01:33 AM
Hi venkat1926,
Thanks for your reply. I only want to hide those individual cells in column C that have 00:00 as the answer because Columns A & B have no data.
Again Thank you for your answer
Thanks for your reply. I only want to hide those individual cells in column C that have 00:00 as the answer because Columns A & B have no data.
Again Thank you for your answer
Dec 8, 2014 at 02:48 PM
I want to say a BIG THANK YOU (I know I'm Shouting) your solution was simple, elegant and best of all it worked. Once again thank you for your help. I knew the solution would be something simple as it usually is but as you become frustrated searching and trying answers without success you fail to see the simplicity and look for the difficult.
Thank you
Sharky9000