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

i need a formulae that will make conditional formatting do the following.

if column k has a value of 5 or more than column I in the corresponding row
will turn red unless there is a value in the corresponding cell in column J.

how can this be done?

--
Stuart
  #2   Report Post  
Posted to microsoft.public.excel.misc
Stefi
 
Posts: n/a
Default Conditional Formatting

If I understood well the verbal condition, apply this formula:
=AND(OR(K1=5,K1I1),ISBLANK(A1))

Regards,
Stefi

€˛Stuart€¯ ezt Ć*rta:

i need a formulae that will make conditional formatting do the following.

if column k has a value of 5 or more than column I in the corresponding row
will turn red unless there is a value in the corresponding cell in column J.

how can this be done?

--
Stuart

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default Conditional Formatting


Try the formula

=AND(K1I1+4,J1="")

--


Stuart Wrote:
i need a formulae that will make conditional formatting do the
following.

if column k has a value of 5 or more than column I in the corresponding
row
will turn red unless there is a value in the corresponding cell in
column J.

how can this be done?

--
Stuart



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=540950

  #4   Report Post  
Posted to microsoft.public.excel.misc
Stuart
 
Posts: n/a
Default Conditional Formatting

no neitrher response seems to make sense when i read them, it should be
something along the lines of the following.

k84, J8" "

however i don't know the correct syntax to acheive this outcome.
--
Stuart


"Bryan Hessey" wrote:


Try the formula

=AND(K1I1+4,J1="")

--


Stuart Wrote:
i need a formulae that will make conditional formatting do the
following.

if column k has a value of 5 or more than column I in the corresponding
row
will turn red unless there is a value in the corresponding cell in
column J.

how can this be done?

--
Stuart



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=540950


  #5   Report Post  
Posted to microsoft.public.excel.misc
Stefi
 
Posts: n/a
Default Conditional Formatting

Sorry, I mistyped the formula, the correct one is
=AND(OR(K1=5,K1I1),ISBLANK(J1))

Stefi

€˛Stefi€¯ ezt Ć*rta:

If I understood well the verbal condition, apply this formula:
=AND(OR(K1=5,K1I1),ISBLANK(A1))

Regards,
Stefi

€˛Stuart€¯ ezt Ć*rta:

i need a formulae that will make conditional formatting do the following.

if column k has a value of 5 or more than column I in the corresponding row
will turn red unless there is a value in the corresponding cell in column J.

how can this be done?

--
Stuart



  #6   Report Post  
Posted to microsoft.public.excel.misc
Stuart
 
Posts: n/a
Default Conditional Formatting

Stefi

i will try the formulae but i don't understand it. this is how i read it.

=AND(OR(K1=5,K1I1),ISBLANK(J1))

k1 is = 5 or greater than I1. and theres a test to see if J1 is blank. now
the J1 test thats great but i don't need to know if K1 is greater than I1 i
just need to know if K1 is greater than 4.

i tested your formulae and it appears to work when configured as follows.

=AND(OR(K8=5,K85),ISBLANK(J8))

thanks for all your help i am most grateful.

--
Stuart


"Stefi" wrote:

Sorry, I mistyped the formula, the correct one is
=AND(OR(K1=5,K1I1),ISBLANK(J1))

Stefi

€˛Stefi€¯ ezt Ć*rta:

If I understood well the verbal condition, apply this formula:
=AND(OR(K1=5,K1I1),ISBLANK(A1))

Regards,
Stefi

€˛Stuart€¯ ezt Ć*rta:

i need a formulae that will make conditional formatting do the following.

if column k has a value of 5 or more than column I in the corresponding row
will turn red unless there is a value in the corresponding cell in column J.

how can this be done?

--
Stuart

  #7   Report Post  
Posted to microsoft.public.excel.misc
Stefi
 
Posts: n/a
Default Conditional Formatting

Stuart,
your condition was
"if column k has a value of 5 or more than column I in the corresponding row"
In my interpretation in consist of two parts:
1.if column k has a value of 5: K1=5
2.or more than column I in the corresponding row: K1I1

If the condition really is "K1 is greater than 4" then the formula is:
=AND(K14,ISBLANK(J1))

but in this case where is I1? This is another condition!
Sorry if misundersanding is caused by my poor English!

Stefi

€˛Stuart€¯ ezt Ć*rta:

Stefi

i will try the formulae but i don't understand it. this is how i read it.

=AND(OR(K1=5,K1I1),ISBLANK(J1))

k1 is = 5 or greater than I1. and theres a test to see if J1 is blank. now
the J1 test thats great but i don't need to know if K1 is greater than I1 i
just need to know if K1 is greater than 4.

i tested your formulae and it appears to work when configured as follows.

=AND(OR(K8=5,K85),ISBLANK(J8))

thanks for all your help i am most grateful.

--
Stuart


"Stefi" wrote:

Sorry, I mistyped the formula, the correct one is
=AND(OR(K1=5,K1I1),ISBLANK(J1))

Stefi

€˛Stefi€¯ ezt Ć*rta:

If I understood well the verbal condition, apply this formula:
=AND(OR(K1=5,K1I1),ISBLANK(A1))

Regards,
Stefi

€˛Stuart€¯ ezt Ć*rta:

i need a formulae that will make conditional formatting do the following.

if column k has a value of 5 or more than column I in the corresponding row
will turn red unless there is a value in the corresponding cell in column J.

how can this be done?

--
Stuart

  #8   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Conditional Formatting

put this formula in cell I-8, then copy it down
=AND(K84.999,ISBLANK(J8)) I think your responses were mislead
because you used "than" instead of "then" in your first post.

ed

  #9   Report Post  
Posted to microsoft.public.excel.misc
Stuart
 
Posts: n/a
Default Conditional Formatting

thanks to stefi, edcosoft and everyone else that posted a reply to my
questions. i am greatfull to each and every one of you for your time and
patience in helping me with this. i look forward to seeing you guys here in
the future and if i can ever help you guys just let me know.
--
Stuart


" wrote:

put this formula in cell I-8, then copy it down
=AND(K84.999,ISBLANK(J8)) I think your responses were mislead
because you used "than" instead of "then" in your first post.

ed


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
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 question Deb Excel Discussion (Misc queries) 0 March 23rd 05 02:07 AM
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 01:12 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"