Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 125
Default Conditional Formatting

Hi,

Greetings!!

I wanted to use the conditional formatting tool in a situation but am
not able to understand how to use the same.

I have two column:

In first column (A1) i have dates : 1st Jan 2008
In Second Column (B2) i have month : I have a formula as =A1 and with
the use of Format Cell Custom Type mmm, yy.

Now whatever date in put in A1 the month gets displayed in B2.

I have copied the formula in the Column B. as equal to column A, Now
if my Cell A2 is blank it gives me an output as Jan, 00 in my cell B2

I don't want Jan, 00 to be displayed in my Cell B2 if my cell A2 is
blank.

So i tried using Conditional formatting but it didn't clicked.

Pls do help me regarding the same.

Thanks

Akash Maheshwari
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Conditional Formatting

Don't use conditional format try this instead in B1

if(A1="","",A1)

the above formula if A1 blank will display nothing, else it will display the
correct results.



"Akash" wrote:

Hi,

Greetings!!

I wanted to use the conditional formatting tool in a situation but am
not able to understand how to use the same.

I have two column:

In first column (A1) i have dates : 1st Jan 2008
In Second Column (B2) i have month : I have a formula as =A1 and with
the use of Format Cell Custom Type mmm, yy.

Now whatever date in put in A1 the month gets displayed in B2.

I have copied the formula in the Column B. as equal to column A, Now
if my Cell A2 is blank it gives me an output as Jan, 00 in my cell B2

I don't want Jan, 00 to be displayed in my Cell B2 if my cell A2 is
blank.

So i tried using Conditional formatting but it didn't clicked.

Pls do help me regarding the same.

Thanks

Akash Maheshwari

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 740
Default Conditional Formatting

If you like to *display* nothing when A2 is blank by using cond. format tool,

formatconditional formatting

Condition 1

Cell value is - equal to - 0

format the font color to *white*

then the dispaly is off - only on excel white *background display* sheet.

--
regards,



"Akash" wrote:

Hi,

Greetings!!

I wanted to use the conditional formatting tool in a situation but am
not able to understand how to use the same.

I have two column:

In first column (A1) i have dates : 1st Jan 2008
In Second Column (B2) i have month : I have a formula as =A1 and with
the use of Format Cell Custom Type mmm, yy.

Now whatever date in put in A1 the month gets displayed in B2.

I have copied the formula in the Column B. as equal to column A, Now
if my Cell A2 is blank it gives me an output as Jan, 00 in my cell B2

I don't want Jan, 00 to be displayed in my Cell B2 if my cell A2 is
blank.

So i tried using Conditional formatting but it didn't clicked.

Pls do help me regarding the same.

Thanks

Akash Maheshwari

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 can I convert conditional formatting into explicit formatting? Patrick Harris Excel Discussion (Misc queries) 0 April 9th 09 12:00 AM
Conditional formatting--different formatting depending on cell con Tammy S. Excel Discussion (Misc queries) 3 March 30th 09 08:11 PM
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


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