Conditional Format Cell only if my IFERROR formula returns "value if error"

Geo1126

New Member
Joined
Apr 15, 2019
Messages
9
Hello Wizards,

I have a speadsheet that pulls data and averages it from a data source. I have a formula that averages a percentage that I'm looking for. In some cases there is NO percentage data to be averaged. In that case my formula returns a basic 70%. =IFERROR(AVERAGEIF(WD[Part #], [@[Part #]],WD[Percent]),70%)

However, I want to differentiate this 70% (with red text maybe) from other lines where I actually average out to 70% based on the data. Basically at glace I can see this 70% is either fact based, or due to our 70 general estimation.

Can this be done?
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
You can use a CF formula: =ISERROR(AVERAGEIF(WD[Part #], [@[Part #]],WD[Percent]) )
 
Upvote 0

Forum statistics

Threads
1,215,377
Messages
6,124,598
Members
449,174
Latest member
chandan4057

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top