Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
JOM
 
Posts: n/a
Default Conditional formatting!

I am not fluent in excel, and any help would he highly appreaciated.

Column and Row D3 -D20 contains only the following values Writ or Verb.
Column e - K with rows 3 - 20 will contain values such as Yes or No or N/A.
What I need to do is make sure that if column/Row D3 says Verb then it will
be automatic for the following columns to have N/A in it - column J3 and K3
will have N/A.
If the column/Row D3 says Writ then Column H3 will automatically have N/A
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bearacade
 
Posts: n/a
Default Conditional formatting!


I am not sure exactly what you are looking for. But it seems that you
should use a IF statement in the columns

=IF(D3="Verb", "N/A", "")

or

=IF(D3="Write", "N/A", "")

Put this in the cell that needs it


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=553713

  #3   Report Post  
Posted to microsoft.public.excel.misc
JOM
 
Posts: n/a
Default Conditional formatting!

Ok for the if statment you have provided, if D3 is Verb then enter N/A
otherwise enter yes or No how will I satisfy the otherwise condition

"Bearacade" wrote:


I am not sure exactly what you are looking for. But it seems that you
should use a IF statement in the columns

=IF(D3="Verb", "N/A", "")

or

=IF(D3="Write", "N/A", "")

Put this in the cell that needs it


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=553713


  #4   Report Post  
Posted to microsoft.public.excel.misc
Bearacade
 
Posts: n/a
Default Conditional formatting!


What is the Yes or No based on?


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=553713

  #5   Report Post  
Posted to microsoft.public.excel.misc
JOM
 
Posts: n/a
Default Conditional formatting!

Yes/No or N/A are the the only choices that I would like the user to enter,
N/A will be only choice if D3 is Verb otherwise the user can enter Yes or No.

"Bearacade" wrote:


What is the Yes or No based on?


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=553713




  #6   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Conditional formatting!

In cell H3 put this formula and copy it down column H.........

=IF($D3="writ","N/A","")

IN cells J3 and K3 put this formula and copy it down those columns

=IF($D3="verb","N/A","")

Vaya con Dios,
Chuck, CABGx3



"JOM" wrote:

I am not fluent in excel, and any help would he highly appreaciated.

Column and Row D3 -D20 contains only the following values Writ or Verb.
Column e - K with rows 3 - 20 will contain values such as Yes or No or N/A.
What I need to do is make sure that if column/Row D3 says Verb then it will
be automatic for the following columns to have N/A in it - column J3 and K3
will have N/A.
If the column/Row D3 says Writ then Column H3 will automatically have N/A

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
Keeping conditional formatting when sorting Andrea A Excel Discussion (Misc queries) 0 April 4th 06 03:00 PM
Conditional Formatting when inserting a row zahoulik Excel Worksheet Functions 2 January 7th 06 03:01 PM
Conditional Formatting Error ddate Excel Worksheet Functions 0 May 5th 05 09:00 PM
difficulty with conditional formatting Deb Excel Discussion (Misc queries) 0 March 23rd 05 06:13 PM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 11:38 PM.

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"