Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 162
Default IF Statement for On One Cell Comparing to the Other Cell

Hello,

I have a column with a text value in it, for example Z01. I need to
determine if that value should be in the cell only if a date appears in
another cell. The Z01 column is Q and the date that is formatted as
m/dd/yyyy is in column M.

Thanks!



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default IF Statement for On One Cell Comparing to the Other Cell

You can not check the value in a cell and then poplulate that cell itself so
you need to enter this in R (or whatever is available)
=IF(M1<"",Q1,"")

This will check for blank cell M1 and populate with value in Q1 only if it
is NOT blank.

"Daren" wrote:

Hello,

I have a column with a text value in it, for example Z01. I need to
determine if that value should be in the cell only if a date appears in
another cell. The Z01 column is Q and the date that is formatted as
m/dd/yyyy is in column M.

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 162
Default IF Statement for On One Cell Comparing to the Other Cell

Thanks, that worked!

"Sheeloo" wrote:

You can not check the value in a cell and then poplulate that cell itself so
you need to enter this in R (or whatever is available)
=IF(M1<"",Q1,"")

This will check for blank cell M1 and populate with value in Q1 only if it
is NOT blank.

"Daren" wrote:

Hello,

I have a column with a text value in it, for example Z01. I need to
determine if that value should be in the cell only if a date appears in
another cell. The Z01 column is Q and the date that is formatted as
m/dd/yyyy is in column M.

Thanks!



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 162
Default IF Statement for On One Cell Comparing to the Other Cell

Is there a way to use conditional formatting to turn the color red based on
the formula you gave me? Thanks!

"Sheeloo" wrote:

You can not check the value in a cell and then poplulate that cell itself so
you need to enter this in R (or whatever is available)
=IF(M1<"",Q1,"")

This will check for blank cell M1 and populate with value in Q1 only if it
is NOT blank.

"Daren" wrote:

Hello,

I have a column with a text value in it, for example Z01. I need to
determine if that value should be in the cell only if a date appears in
another cell. The Z01 column is Q and the date that is formatted as
m/dd/yyyy is in column M.

Thanks!



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default IF Statement for On One Cell Comparing to the Other Cell

Yes,

If you want to highlight column Q then
Select Col Q
Choose Conditonal Formatting
Choose Cell Value Is EQUAL To and enter this in the value field
=""
(= sign followed by two double quotes)
Choose the format you want

If it does not work then go back and make sure that Excell has not added "".
Remove extra quotes...

"Daren" wrote:

Is there a way to use conditional formatting to turn the color red based on
the formula you gave me? Thanks!

"Sheeloo" wrote:

You can not check the value in a cell and then poplulate that cell itself so
you need to enter this in R (or whatever is available)
=IF(M1<"",Q1,"")

This will check for blank cell M1 and populate with value in Q1 only if it
is NOT blank.

"Daren" wrote:

Hello,

I have a column with a text value in it, for example Z01. I need to
determine if that value should be in the cell only if a date appears in
another cell. The Z01 column is Q and the date that is formatted as
m/dd/yyyy is in column M.

Thanks!





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 162
Default IF Statement for On One Cell Comparing to the Other Cell

It worked. Thanks!

"Sheeloo" wrote:

Yes,

If you want to highlight column Q then
Select Col Q
Choose Conditonal Formatting
Choose Cell Value Is EQUAL To and enter this in the value field
=""
(= sign followed by two double quotes)
Choose the format you want

If it does not work then go back and make sure that Excell has not added "".
Remove extra quotes...

"Daren" wrote:

Is there a way to use conditional formatting to turn the color red based on
the formula you gave me? Thanks!

"Sheeloo" wrote:

You can not check the value in a cell and then poplulate that cell itself so
you need to enter this in R (or whatever is available)
=IF(M1<"",Q1,"")

This will check for blank cell M1 and populate with value in Q1 only if it
is NOT blank.

"Daren" wrote:

Hello,

I have a column with a text value in it, for example Z01. I need to
determine if that value should be in the cell only if a date appears in
another cell. The Z01 column is Q and the date that is formatted as
m/dd/yyyy is in column M.

Thanks!



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
Comparing 2 cell updates [email protected] Excel Worksheet Functions 1 October 22nd 08 04:15 PM
if statement? Want to populate whats in cell or N/A if cell is zer Melanie Excel Worksheet Functions 3 December 27th 07 05:49 PM
Comparing cell contents, know cell address molsansk Excel Discussion (Misc queries) 4 December 10th 07 04:44 PM
Comparing cell contents via VB RajenRajput1 Excel Discussion (Misc queries) 5 June 29th 07 05:37 PM
comparing cell Stanley New Users to Excel 1 July 19th 05 11:40 AM


All times are GMT +1. The time now is 05:19 AM.

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"