Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Amol Joshi
 
Posts: n/a
Default Pivot Chart Questions

I am making a pivot chart. There is requirement that when ever we refresh
the data on the chart all the fields which score less than 95% sshould turn
red. Just to highlight that they have scored badly. I have old program
written on 97 by someone else and this thing is happening in that program.
However, I am not able to do that.

Attached is a part of the Pivot Chart in which the debris 93.4% is showing
up in red color automatically.

DEBRIS 93.4%
DELAMINATION 100.0%
DENTS AND LUMPS 91.8%
FLATNESS 100.0%
FORKLIFT DAMAGE 99.5%
LENGTH 97.0%
LINE DAMAGE 97.6%

Please let me know if you the answer to the query or if you need more
information.

Amol

(909) 997 7030

  #2   Report Post  
Ed Ferrero
 
Posts: n/a
Default

Hi Amol Joshi,

Run a little macro

Sub SetPivotCondFormat()
For Each pvt In ActiveSheet.PivotTables
With pvt.DataBodyRange
.FormatConditions.Delete
.FormatConditions.Add Type:=xlCellValue, Operator:=xlLess, _
Formula1:="0.95" ' change the value here to suit
.FormatConditions(1).Interior.ColorIndex = 3
End With
Next pvt
End Sub

Ed Ferrero
http://edferrero.m6.net


I am making a pivot chart. There is requirement that when ever we refresh
the data on the chart all the fields which score less than 95% sshould
turn
red. Just to highlight that they have scored badly. I have old program
written on 97 by someone else and this thing is happening in that program.
However, I am not able to do that.

Attached is a part of the Pivot Chart in which the debris 93.4% is showing
up in red color automatically.

DEBRIS 93.4%
DELAMINATION 100.0%
DENTS AND LUMPS 91.8%
FLATNESS 100.0%
FORKLIFT DAMAGE 99.5%
LENGTH 97.0%
LINE DAMAGE 97.6%

Please let me know if you the answer to the query or if you need more
information.

Amol

(909) 997 7030



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
Pivot chart issue James Charts and Charting in Excel 8 September 13th 05 12:35 PM
Pivot Table for survey data w/ questions as Rows & poss answrs as pfwebadmin Excel Discussion (Misc queries) 0 May 17th 05 02:31 PM
Urgent Chart Questions Brent E Excel Discussion (Misc queries) 0 May 9th 05 11:01 PM
pivot chart format Valeria Charts and Charting in Excel 1 January 14th 05 01:19 PM
pivot table multi line chart souris Charts and Charting in Excel 2 December 7th 04 03:56 AM


All times are GMT +1. The time now is 02:11 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"