PC Review


Reply
Thread Tools Rate Thread

Conditional Formatting - Formula - Excel '97

 
 
Phendrena
Guest
Posts: n/a
 
      26th May 2008
Hi,

I'm using the following formula for my criteria and it doesn't work :-

=AND(D161013="Mid-Term", (F16:F1013="Yes"))

D161013=Mid-Term
F16:F1013=Yes

I need both of the criteria to be met for the formatting to be applied.

Any suggestions?
 
Reply With Quote
 
 
 
 
Tim Zych
Guest
Posts: n/a
 
      26th May 2008
=AND(COUNTIF(D161013,"Mid-Term") =
ROWS(D161013),COUNTIF(F16:F1013,"Yes") = ROWS(F16:F1013))

--
Tim Zych
www.higherdata.com
Compare data in workbooks and find differences with Workbook Compare
A free, powerful, flexible Excel utility


"Phendrena" <(E-Mail Removed)> wrote in message
news67A60FE-09F8-4D86-9EDD-(E-Mail Removed)...
> Hi,
>
> I'm using the following formula for my criteria and it doesn't work :-
>
> =AND(D161013="Mid-Term", (F16:F1013="Yes"))
>
> D161013=Mid-Term
> F16:F1013=Yes
>
> I need both of the criteria to be met for the formatting to be applied.
>
> Any suggestions?



 
Reply With Quote
 
Phendrena
Guest
Posts: n/a
 
      27th May 2008
hi,

Thanks for the reply.
I'm not able to get this working though. The formatting still isn't being
applied.
Any suggestions as to why. I've copied it as show below, and nothing and
i've also copied it and not had any luck.

"Tim Zych" wrote:

> =AND(COUNTIF(D161013,"Mid-Term") =
> ROWS(D161013),COUNTIF(F16:F1013,"Yes") = ROWS(F16:F1013))
>
> --
> Tim Zych
> www.higherdata.com
> Compare data in workbooks and find differences with Workbook Compare
> A free, powerful, flexible Excel utility
>
>
> "Phendrena" <(E-Mail Removed)> wrote in message
> news67A60FE-09F8-4D86-9EDD-(E-Mail Removed)...
> > Hi,
> >
> > I'm using the following formula for my criteria and it doesn't work :-
> >
> > =AND(D161013="Mid-Term", (F16:F1013="Yes"))
> >
> > D161013=Mid-Term
> > F16:F1013=Yes
> >
> > I need both of the criteria to be met for the formatting to be applied.
> >
> > Any suggestions?

>
>
>

 
Reply With Quote
 
Tim Zych
Guest
Posts: n/a
 
      27th May 2008
Sometimes the cell references get screwed up in conditional formatting. Make
sure the references are what you think they should be, or use absolute
references.

=AND(COUNTIF($D$16:$D$1013,"Mid-Term") =
ROWS($D$16$$1013),COUNTIF($F$16:$F$1013,"Yes") = ROWS($F$16:$F$1013))


--
Tim Zych
www.higherdata.com
Compare data in workbooks and find differences with Workbook Compare
A free, powerful, flexible Excel utility

"Phendrena" <(E-Mail Removed)> wrote in message
news:04667F0A-565C-4B44-BB8B-(E-Mail Removed)...
> hi,
>
> Thanks for the reply.
> I'm not able to get this working though. The formatting still isn't being
> applied.
> Any suggestions as to why. I've copied it as show below, and nothing and
> i've also copied it and not had any luck.
>
> "Tim Zych" wrote:
>
>> =AND(COUNTIF(D161013,"Mid-Term") =
>> ROWS(D161013),COUNTIF(F16:F1013,"Yes") = ROWS(F16:F1013))
>>
>> --
>> Tim Zych
>> www.higherdata.com
>> Compare data in workbooks and find differences with Workbook Compare
>> A free, powerful, flexible Excel utility
>>
>>
>> "Phendrena" <(E-Mail Removed)> wrote in message
>> news67A60FE-09F8-4D86-9EDD-(E-Mail Removed)...
>> > Hi,
>> >
>> > I'm using the following formula for my criteria and it doesn't work :-
>> >
>> > =AND(D161013="Mid-Term", (F16:F1013="Yes"))
>> >
>> > D161013=Mid-Term
>> > F16:F1013=Yes
>> >
>> > I need both of the criteria to be met for the formatting to be applied.
>> >
>> > Any suggestions?

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting by formula fruitchunk Microsoft Excel Misc 1 5th Mar 2010 01:22 AM
Writing Formula For conditional Formatting Using Excel 2000 Cali Microsoft Excel Misc 3 27th Jan 2010 09:54 PM
Excel Formula using Conditional Formatting bvgeek@gmail.com Microsoft Excel Setup 1 6th Feb 2008 01:52 PM
How do I do a complex conditional in a conditional formatting formula Ray Stevens Microsoft Excel Discussion 7 12th Mar 2006 10:24 PM
Excel Formula - IF Formula & Conditional Formatting rhhince Microsoft Excel Worksheet Functions 1 20th Jun 2004 06:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:37 AM.