Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / May 2008

Tip: Looking for answers? Try searching our database.

Conditional Formatting - Formula - Excel '97

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Phendrena - 26 May 2008 16:25 GMT
Hi,

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

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

D16:D1013=Mid-Term
F16:F1013=Yes

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

Any suggestions?
Tim Zych - 26 May 2008 17:18 GMT
=AND(COUNTIF(D16:D1013,"Mid-Term") =
ROWS(D16:D1013),COUNTIF(F16:F1013,"Yes") = ROWS(F16:F1013))

Signature

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

> Hi,
>
[quoted text clipped - 8 lines]
>
> Any suggestions?
Phendrena - 27 May 2008 19:48 GMT
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.

> =AND(COUNTIF(D16:D1013,"Mid-Term") =
> ROWS(D16:D1013),COUNTIF(F16:F1013,"Yes") = ROWS(F16:F1013))
[quoted text clipped - 11 lines]
> >
> > Any suggestions?
Tim Zych - 27 May 2008 19:55 GMT
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$:D$1013),COUNTIF($F$16:$F$1013,"Yes") = ROWS($F$16:$F$1013))

Signature

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

> hi,
>
[quoted text clipped - 19 lines]
>> >
>> > Any suggestions?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.