Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Need help please

I have a worksheet in which in Column A(n) I want to insert automatically a
formula depending on whether one enter in column B(n) a "Y" or a "y". This
formula in Column A will contain: =IF(B(n)="Y", C(n)&E(n)) then highlight in
green the column A(n). Can this be done?

Appreciate your help.


  #2   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Need help please

=IF(EXACT(B(n), "Y"), C(n)&E(n), "")

Also, check out conditional formatting.

"Chuck H." wrote:

I have a worksheet in which in Column A(n) I want to insert automatically a
formula depending on whether one enter in column B(n) a "Y" or a "y". This
formula in Column A will contain: =IF(B(n)="Y", C(n)&E(n)) then highlight in
green the column A(n). Can this be done?

Appreciate your help.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Need help please

Thanks JMB! it works fine but how would I highlight the cell if the condition
is True?
Is There a way to do that?
I tried the following but it is not working:
In the Conditional Formatting
=IF($B$9="Y","","") turn the color to green.

Thank again for your help!
Chuck
"JMB" wrote:

=IF(EXACT(B(n), "Y"), C(n)&E(n), "")

Also, check out conditional formatting.

"Chuck H." wrote:

I have a worksheet in which in Column A(n) I want to insert automatically a
formula depending on whether one enter in column B(n) a "Y" or a "y". This
formula in Column A will contain: =IF(B(n)="Y", C(n)&E(n)) then highlight in
green the column A(n). Can this be done?

Appreciate your help.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Need help please

Thanks JMB! I found how to do it through the Conditional Formatting as you
said.

Best regards,

"JMB" wrote:

=IF(EXACT(B(n), "Y"), C(n)&E(n), "")

Also, check out conditional formatting.

"Chuck H." wrote:

I have a worksheet in which in Column A(n) I want to insert automatically a
formula depending on whether one enter in column B(n) a "Y" or a "y". This
formula in Column A will contain: =IF(B(n)="Y", C(n)&E(n)) then highlight in
green the column A(n). Can this be done?

Appreciate your help.


  #5   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Need help please

You're welcome. Thanks for the feedback.

"Chuck H." wrote:

Thanks JMB! I found how to do it through the Conditional Formatting as you
said.

Best regards,

"JMB" wrote:

=IF(EXACT(B(n), "Y"), C(n)&E(n), "")

Also, check out conditional formatting.

"Chuck H." wrote:

I have a worksheet in which in Column A(n) I want to insert automatically a
formula depending on whether one enter in column B(n) a "Y" or a "y". This
formula in Column A will contain: =IF(B(n)="Y", C(n)&E(n)) then highlight in
green the column A(n). Can this be done?

Appreciate your help.




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



All times are GMT +1. The time now is 03:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"