help with formula

  • Thread starter Thread starter corphealth
  • Start date Start date
C

corphealth

I have a spreadsheet that I need to add conditional
formatting to and have not been able to get this to work
correctly. I need to flag decrease in revenues after it
has dropped consecutively for 3 months and would like to
have if possible this highlight with different color for
each of those three months also if possible and then as
revenues climb goes back to black text or no background.

The pivot report is setup like follows:
colum a
Member Name Month year
 
Power failure and message sent without finishing sample of
table
-----Original Message-----
I have a spreadsheet that I need to add conditional
formatting to and have not been able to get this to work
correctly. I need to flag decrease in revenues after it
has dropped consecutively for 3 months and would like to
have if possible this highlight with different color for
each of those three months also if possible and then as
revenues climb goes back to black text or no background.

The pivot report is setup like follows:
colum a column b c d e and so on
Member Name Month year
.name 1/4/04 2/4/04 3/4/04 4/4/04 and so on
$65,044 $63,000 $32,000 $63,000

This is the sample of the layout, any assistance with
formula or conditional formatting will be appreciated.
 
Hi
try the following:
- select cell D2:X2 (so starting with the third month value)
- in the conditional format dialog enter the following formula:
=(C2<B2)*(D2<C2)
- choose a format
 
Thanks Frank, I will give this a try today. I appreciate
your quick response.
 
This report currently has rows 5 through 778, how would I
write this formula to work for all rows?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top