conditional format - gray out if inapplicable

lohj

New Member
Joined
Jun 7, 2011
Messages
11
Col AF is the Heat Index, only applicable when Col D Temp F Hi is greater than 80F, and Col F Dew point is greater than 54, and Col AE Relative Humidity is greater than 80. I wanted to apply a conditional format to gray out Col AF numbers that don't meet the conditions, so used formula condition
=OR(-100<D2<80, -100< F2<=54, 0<AE2<=40) with gray font but no cells grayed out. If I remove the lower bounds, =OR(D2<80, F2<=54, AE2<=40) entire column is grayed out even the column header text. Not sure why this happens, anyone has the correct way to do this? :confused:

Using Excel 2007
Excel Workbook
ABDFAEAF
1DateTemp F HiMax Dewpt FRH % at Col D Hi TempHeat Idx
26/5/2011Sun77502877.5
36/6/2011Mon72463376.6
46/7/2011Tue82482280.0
56/8/2011Wed84482781.7
66/9/2011Thu91521486.8
76/10/2011Fri90481786.1
86/11/2011Sat90451986.2
96/12/2011Sun88502585.0
106/21/2011Tue10248695.9
116/22/2011Wed10448898.0
126/23/2011Thu99521795.3
136/24/2011Fri95451590.6
146/25/2011Sat97461192.1
156/26/2011Sun97461292.2
166/27/2011Mon9943993.7
176/28/2011Tue93431889.0
186/29/2011Wed81522979.7
196/30/2011Thu93482891.1
207/1/2011Fri100541796.4
217/2/2011Sat108556100.9
227/3/2011Sun1085411103.1
237/4/2011Mon100642499.2
247/5/2011Tue997340107.0
257/6/2011Wed997036104.2
267/7/2011Thu100702398.7
277/8/2011Fri100592298.3
287/9/2011Sat100501896.8
297/10/2011Sun99501494.5
307/11/2011Mon95501290.3
Sheet1
Excel 2007
Cell Formulas
RangeFormula
AF2=IF(ISBLANK(D2), "", -42.379+(2.04901523*D2)+(10.14333127*AE2)+(-0.22475541*D2*AE2)+(-0.00683783*D2^2)+(-0.05481717*AE2^2)+(0.00122874*D2^2*AE2)+(0.00085282*D2*AE2^2)+(-0.00000199*D2^2*AE2^2))
AF3=IF(ISBLANK(D3), "", -42.379+(2.04901523*D3)+(10.14333127*AE3)+(-0.22475541*D3*AE3)+(-0.00683783*D3^2)+(-0.05481717*AE3^2)+(0.00122874*D3^2*AE3)+(0.00085282*D3*AE3^2)+(-0.00000199*D3^2*AE3^2))
AF4=IF(ISBLANK(D4), "", -42.379+(2.04901523*D4)+(10.14333127*AE4)+(-0.22475541*D4*AE4)+(-0.00683783*D4^2)+(-0.05481717*AE4^2)+(0.00122874*D4^2*AE4)+(0.00085282*D4*AE4^2)+(-0.00000199*D4^2*AE4^2))
AF5=IF(ISBLANK(D5), "", -42.379+(2.04901523*D5)+(10.14333127*AE5)+(-0.22475541*D5*AE5)+(-0.00683783*D5^2)+(-0.05481717*AE5^2)+(0.00122874*D5^2*AE5)+(0.00085282*D5*AE5^2)+(-0.00000199*D5^2*AE5^2))
AF6=IF(ISBLANK(D6), "", -42.379+(2.04901523*D6)+(10.14333127*AE6)+(-0.22475541*D6*AE6)+(-0.00683783*D6^2)+(-0.05481717*AE6^2)+(0.00122874*D6^2*AE6)+(0.00085282*D6*AE6^2)+(-0.00000199*D6^2*AE6^2))
AF7=IF(ISBLANK(D7), "", -42.379+(2.04901523*D7)+(10.14333127*AE7)+(-0.22475541*D7*AE7)+(-0.00683783*D7^2)+(-0.05481717*AE7^2)+(0.00122874*D7^2*AE7)+(0.00085282*D7*AE7^2)+(-0.00000199*D7^2*AE7^2))
AF8=IF(ISBLANK(D8), "", -42.379+(2.04901523*D8)+(10.14333127*AE8)+(-0.22475541*D8*AE8)+(-0.00683783*D8^2)+(-0.05481717*AE8^2)+(0.00122874*D8^2*AE8)+(0.00085282*D8*AE8^2)+(-0.00000199*D8^2*AE8^2))
AF9=IF(ISBLANK(D9), "", -42.379+(2.04901523*D9)+(10.14333127*AE9)+(-0.22475541*D9*AE9)+(-0.00683783*D9^2)+(-0.05481717*AE9^2)+(0.00122874*D9^2*AE9)+(0.00085282*D9*AE9^2)+(-0.00000199*D9^2*AE9^2))
AF10=IF(ISBLANK(D10), "", -42.379+(2.04901523*D10)+(10.14333127*AE10)+(-0.22475541*D10*AE10)+(-0.00683783*D10^2)+(-0.05481717*AE10^2)+(0.00122874*D10^2*AE10)+(0.00085282*D10*AE10^2)+(-0.00000199*D10^2*AE10^2))
AF11=IF(ISBLANK(D11), "", -42.379+(2.04901523*D11)+(10.14333127*AE11)+(-0.22475541*D11*AE11)+(-0.00683783*D11^2)+(-0.05481717*AE11^2)+(0.00122874*D11^2*AE11)+(0.00085282*D11*AE11^2)+(-0.00000199*D11^2*AE11^2))
AF12=IF(ISBLANK(D12), "", -42.379+(2.04901523*D12)+(10.14333127*AE12)+(-0.22475541*D12*AE12)+(-0.00683783*D12^2)+(-0.05481717*AE12^2)+(0.00122874*D12^2*AE12)+(0.00085282*D12*AE12^2)+(-0.00000199*D12^2*AE12^2))
AF13=IF(ISBLANK(D13), "", -42.379+(2.04901523*D13)+(10.14333127*AE13)+(-0.22475541*D13*AE13)+(-0.00683783*D13^2)+(-0.05481717*AE13^2)+(0.00122874*D13^2*AE13)+(0.00085282*D13*AE13^2)+(-0.00000199*D13^2*AE13^2))
AF14=IF(ISBLANK(D14), "", -42.379+(2.04901523*D14)+(10.14333127*AE14)+(-0.22475541*D14*AE14)+(-0.00683783*D14^2)+(-0.05481717*AE14^2)+(0.00122874*D14^2*AE14)+(0.00085282*D14*AE14^2)+(-0.00000199*D14^2*AE14^2))
AF15=IF(ISBLANK(D15), "", -42.379+(2.04901523*D15)+(10.14333127*AE15)+(-0.22475541*D15*AE15)+(-0.00683783*D15^2)+(-0.05481717*AE15^2)+(0.00122874*D15^2*AE15)+(0.00085282*D15*AE15^2)+(-0.00000199*D15^2*AE15^2))
AF16=IF(ISBLANK(D16), "", -42.379+(2.04901523*D16)+(10.14333127*AE16)+(-0.22475541*D16*AE16)+(-0.00683783*D16^2)+(-0.05481717*AE16^2)+(0.00122874*D16^2*AE16)+(0.00085282*D16*AE16^2)+(-0.00000199*D16^2*AE16^2))
AF17=IF(ISBLANK(D17), "", -42.379+(2.04901523*D17)+(10.14333127*AE17)+(-0.22475541*D17*AE17)+(-0.00683783*D17^2)+(-0.05481717*AE17^2)+(0.00122874*D17^2*AE17)+(0.00085282*D17*AE17^2)+(-0.00000199*D17^2*AE17^2))
AF18=IF(ISBLANK(D18), "", -42.379+(2.04901523*D18)+(10.14333127*AE18)+(-0.22475541*D18*AE18)+(-0.00683783*D18^2)+(-0.05481717*AE18^2)+(0.00122874*D18^2*AE18)+(0.00085282*D18*AE18^2)+(-0.00000199*D18^2*AE18^2))
AF19=IF(ISBLANK(D19), "", -42.379+(2.04901523*D19)+(10.14333127*AE19)+(-0.22475541*D19*AE19)+(-0.00683783*D19^2)+(-0.05481717*AE19^2)+(0.00122874*D19^2*AE19)+(0.00085282*D19*AE19^2)+(-0.00000199*D19^2*AE19^2))
AF20=IF(ISBLANK(D20), "", -42.379+(2.04901523*D20)+(10.14333127*AE20)+(-0.22475541*D20*AE20)+(-0.00683783*D20^2)+(-0.05481717*AE20^2)+(0.00122874*D20^2*AE20)+(0.00085282*D20*AE20^2)+(-0.00000199*D20^2*AE20^2))
AF21=IF(ISBLANK(D21), "", -42.379+(2.04901523*D21)+(10.14333127*AE21)+(-0.22475541*D21*AE21)+(-0.00683783*D21^2)+(-0.05481717*AE21^2)+(0.00122874*D21^2*AE21)+(0.00085282*D21*AE21^2)+(-0.00000199*D21^2*AE21^2))
AF22=IF(ISBLANK(D22), "", -42.379+(2.04901523*D22)+(10.14333127*AE22)+(-0.22475541*D22*AE22)+(-0.00683783*D22^2)+(-0.05481717*AE22^2)+(0.00122874*D22^2*AE22)+(0.00085282*D22*AE22^2)+(-0.00000199*D22^2*AE22^2))
AF23=IF(ISBLANK(D23), "", -42.379+(2.04901523*D23)+(10.14333127*AE23)+(-0.22475541*D23*AE23)+(-0.00683783*D23^2)+(-0.05481717*AE23^2)+(0.00122874*D23^2*AE23)+(0.00085282*D23*AE23^2)+(-0.00000199*D23^2*AE23^2))
AF24=IF(ISBLANK(D24), "", -42.379+(2.04901523*D24)+(10.14333127*AE24)+(-0.22475541*D24*AE24)+(-0.00683783*D24^2)+(-0.05481717*AE24^2)+(0.00122874*D24^2*AE24)+(0.00085282*D24*AE24^2)+(-0.00000199*D24^2*AE24^2))
AF25=IF(ISBLANK(D25), "", -42.379+(2.04901523*D25)+(10.14333127*AE25)+(-0.22475541*D25*AE25)+(-0.00683783*D25^2)+(-0.05481717*AE25^2)+(0.00122874*D25^2*AE25)+(0.00085282*D25*AE25^2)+(-0.00000199*D25^2*AE25^2))
AF26=IF(ISBLANK(D26), "", -42.379+(2.04901523*D26)+(10.14333127*AE26)+(-0.22475541*D26*AE26)+(-0.00683783*D26^2)+(-0.05481717*AE26^2)+(0.00122874*D26^2*AE26)+(0.00085282*D26*AE26^2)+(-0.00000199*D26^2*AE26^2))
AF27=IF(ISBLANK(D27), "", -42.379+(2.04901523*D27)+(10.14333127*AE27)+(-0.22475541*D27*AE27)+(-0.00683783*D27^2)+(-0.05481717*AE27^2)+(0.00122874*D27^2*AE27)+(0.00085282*D27*AE27^2)+(-0.00000199*D27^2*AE27^2))
AF28=IF(ISBLANK(D28), "", -42.379+(2.04901523*D28)+(10.14333127*AE28)+(-0.22475541*D28*AE28)+(-0.00683783*D28^2)+(-0.05481717*AE28^2)+(0.00122874*D28^2*AE28)+(0.00085282*D28*AE28^2)+(-0.00000199*D28^2*AE28^2))
AF29=IF(ISBLANK(D29), "", -42.379+(2.04901523*D29)+(10.14333127*AE29)+(-0.22475541*D29*AE29)+(-0.00683783*D29^2)+(-0.05481717*AE29^2)+(0.00122874*D29^2*AE29)+(0.00085282*D29*AE29^2)+(-0.00000199*D29^2*AE29^2))
AF30=IF(ISBLANK(D30), "", -42.379+(2.04901523*D30)+(10.14333127*AE30)+(-0.22475541*D30*AE30)+(-0.00683783*D30^2)+(-0.05481717*AE30^2)+(0.00122874*D30^2*AE30)+(0.00085282*D30*AE30^2)+(-0.00000199*D30^2*AE30^2))
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
If I understand you correctly, I think this is the formula you want (starting in row 2):
Code:
=OR($D2<80,$F2<54,$AE2<80)
 
Upvote 0
Joe4 - thanks for your help, the conditional formatting formula now reads
=OR($D2<80, $F2<54, $AE2<40). However, the values that are 'rejected' by the OR statement don't meet the conditions (7/4/11, 7/14/11) and the values that should be rejected by not meeting the conditions are grayed (7/5/11). :confused:
Excel Workbook
ABCDEFAEAF
1746/22/2011Wed5901046648898.0
1756/23/2011Thu5909972521795.3
1766/24/2011Fri5869566451590.6
1776/25/2011Sat5849764461192.1
1786/26/2011Sun5849763461292.2
1796/27/2011Mon585995943993.7
1806/28/2011Tue5819361431889.0
1816/29/2011Wed5758161522979.7
1826/30/2011Thu5879350482891.1
1837/1/2011Fri59010055541796.4
1847/2/2011Sat58910861556100.9
1857/3/2011Sun589108725411103.1
1867/4/2011Mon58910073642499.2
1877/5/2011Tue58999707340107.0
1887/6/2011Wed58999707036104.2
1897/7/2011Thu58910072702398.7
1907/8/2011Fri58810073592298.3
1917/9/2011Sat58510072501896.8
1927/10/2011Sun58499685093.5
1937/11/2011Mon5849566501290.3
1947/12/2011Tue5829163521586.9
1957/13/2011Wed5818863542384.8
1967/14/2011Thu8561501081.9
1977/15/2011Fri100100100195.3
EDW VBG 2011
Excel 2007
Cell Formulas
RangeFormula
C174=K174/10
C175=K175/10
C176=K176/10
C177=K177/10
C178=K178/10
C179=K179/10
C180=K180/10
C181=IF(ISBLANK(K181), "", K181/10)
C182=IF(ISBLANK(K182), "", K182/10)
C183=IF(ISBLANK(K183), "", K183/10)
C184=IF(ISBLANK(K184), "", K184/10)
C185=IF(ISBLANK(K185), "", K185/10)
C186=IF(ISBLANK(K186), "", K186/10)
C187=IF(ISBLANK(K187), "", K187/10)
C188=IF(ISBLANK(K188), "", K188/10)
C189=IF(ISBLANK(K189), "", K189/10)
C190=IF(ISBLANK(K190), "", K190/10)
C191=IF(ISBLANK(K191), "", K191/10)
C192=IF(ISBLANK(K192), "", K192/10)
C193=IF(ISBLANK(K193), "", K193/10)
C194=IF(ISBLANK(K194), "", K194/10)
C195=IF(ISBLANK(K195), "", K195/10)
C196=IF(ISBLANK(K196), "", K196/10)
C197=IF(ISBLANK(K197), "", K197/10)
AF174=IF(ISBLANK(D174), "", -42.379+(2.04901523*D174)+(10.14333127*AE174)+(-0.22475541*D174*AE174)+(-0.00683783*D174^2)+(-0.05481717*AE174^2)+(0.00122874*D174^2*AE174)+(0.00085282*D174*AE174^2)+(-0.00000199*D174^2*AE174^2))
AF175=IF(ISBLANK(D175), "", -42.379+(2.04901523*D175)+(10.14333127*AE175)+(-0.22475541*D175*AE175)+(-0.00683783*D175^2)+(-0.05481717*AE175^2)+(0.00122874*D175^2*AE175)+(0.00085282*D175*AE175^2)+(-0.00000199*D175^2*AE175^2))
AF176=IF(ISBLANK(D176), "", -42.379+(2.04901523*D176)+(10.14333127*AE176)+(-0.22475541*D176*AE176)+(-0.00683783*D176^2)+(-0.05481717*AE176^2)+(0.00122874*D176^2*AE176)+(0.00085282*D176*AE176^2)+(-0.00000199*D176^2*AE176^2))
AF177=IF(ISBLANK(D177), "", -42.379+(2.04901523*D177)+(10.14333127*AE177)+(-0.22475541*D177*AE177)+(-0.00683783*D177^2)+(-0.05481717*AE177^2)+(0.00122874*D177^2*AE177)+(0.00085282*D177*AE177^2)+(-0.00000199*D177^2*AE177^2))
AF178=IF(ISBLANK(D178), "", -42.379+(2.04901523*D178)+(10.14333127*AE178)+(-0.22475541*D178*AE178)+(-0.00683783*D178^2)+(-0.05481717*AE178^2)+(0.00122874*D178^2*AE178)+(0.00085282*D178*AE178^2)+(-0.00000199*D178^2*AE178^2))
AF179=IF(ISBLANK(D179), "", -42.379+(2.04901523*D179)+(10.14333127*AE179)+(-0.22475541*D179*AE179)+(-0.00683783*D179^2)+(-0.05481717*AE179^2)+(0.00122874*D179^2*AE179)+(0.00085282*D179*AE179^2)+(-0.00000199*D179^2*AE179^2))
AF180=IF(ISBLANK(D180), "", -42.379+(2.04901523*D180)+(10.14333127*AE180)+(-0.22475541*D180*AE180)+(-0.00683783*D180^2)+(-0.05481717*AE180^2)+(0.00122874*D180^2*AE180)+(0.00085282*D180*AE180^2)+(-0.00000199*D180^2*AE180^2))
AF181=IF(ISBLANK(D181), "", -42.379+(2.04901523*D181)+(10.14333127*AE181)+(-0.22475541*D181*AE181)+(-0.00683783*D181^2)+(-0.05481717*AE181^2)+(0.00122874*D181^2*AE181)+(0.00085282*D181*AE181^2)+(-0.00000199*D181^2*AE181^2))
AF182=IF(ISBLANK(D182), "", -42.379+(2.04901523*D182)+(10.14333127*AE182)+(-0.22475541*D182*AE182)+(-0.00683783*D182^2)+(-0.05481717*AE182^2)+(0.00122874*D182^2*AE182)+(0.00085282*D182*AE182^2)+(-0.00000199*D182^2*AE182^2))
AF183=IF(ISBLANK(D183), "", -42.379+(2.04901523*D183)+(10.14333127*AE183)+(-0.22475541*D183*AE183)+(-0.00683783*D183^2)+(-0.05481717*AE183^2)+(0.00122874*D183^2*AE183)+(0.00085282*D183*AE183^2)+(-0.00000199*D183^2*AE183^2))
AF184=IF(ISBLANK(D184), "", -42.379+(2.04901523*D184)+(10.14333127*AE184)+(-0.22475541*D184*AE184)+(-0.00683783*D184^2)+(-0.05481717*AE184^2)+(0.00122874*D184^2*AE184)+(0.00085282*D184*AE184^2)+(-0.00000199*D184^2*AE184^2))
AF185=IF(ISBLANK(D185), "", -42.379+(2.04901523*D185)+(10.14333127*AE185)+(-0.22475541*D185*AE185)+(-0.00683783*D185^2)+(-0.05481717*AE185^2)+(0.00122874*D185^2*AE185)+(0.00085282*D185*AE185^2)+(-0.00000199*D185^2*AE185^2))
AF186=IF(ISBLANK(D186), "", -42.379+(2.04901523*D186)+(10.14333127*AE186)+(-0.22475541*D186*AE186)+(-0.00683783*D186^2)+(-0.05481717*AE186^2)+(0.00122874*D186^2*AE186)+(0.00085282*D186*AE186^2)+(-0.00000199*D186^2*AE186^2))
AF187=IF(ISBLANK(D187), "", -42.379+(2.04901523*D187)+(10.14333127*AE187)+(-0.22475541*D187*AE187)+(-0.00683783*D187^2)+(-0.05481717*AE187^2)+(0.00122874*D187^2*AE187)+(0.00085282*D187*AE187^2)+(-0.00000199*D187^2*AE187^2))
AF188=IF(ISBLANK(D188), "", -42.379+(2.04901523*D188)+(10.14333127*AE188)+(-0.22475541*D188*AE188)+(-0.00683783*D188^2)+(-0.05481717*AE188^2)+(0.00122874*D188^2*AE188)+(0.00085282*D188*AE188^2)+(-0.00000199*D188^2*AE188^2))
AF189=IF(ISBLANK(D189), "", -42.379+(2.04901523*D189)+(10.14333127*AE189)+(-0.22475541*D189*AE189)+(-0.00683783*D189^2)+(-0.05481717*AE189^2)+(0.00122874*D189^2*AE189)+(0.00085282*D189*AE189^2)+(-0.00000199*D189^2*AE189^2))
AF190=IF(ISBLANK(D190), "", -42.379+(2.04901523*D190)+(10.14333127*AE190)+(-0.22475541*D190*AE190)+(-0.00683783*D190^2)+(-0.05481717*AE190^2)+(0.00122874*D190^2*AE190)+(0.00085282*D190*AE190^2)+(-0.00000199*D190^2*AE190^2))
AF191=IF(ISBLANK(D191), "", -42.379+(2.04901523*D191)+(10.14333127*AE191)+(-0.22475541*D191*AE191)+(-0.00683783*D191^2)+(-0.05481717*AE191^2)+(0.00122874*D191^2*AE191)+(0.00085282*D191*AE191^2)+(-0.00000199*D191^2*AE191^2))
AF192=IF(ISBLANK(D192), "", -42.379+(2.04901523*D192)+(10.14333127*AE192)+(-0.22475541*D192*AE192)+(-0.00683783*D192^2)+(-0.05481717*AE192^2)+(0.00122874*D192^2*AE192)+(0.00085282*D192*AE192^2)+(-0.00000199*D192^2*AE192^2))
AF193=IF(ISBLANK(D193), "", -42.379+(2.04901523*D193)+(10.14333127*AE193)+(-0.22475541*D193*AE193)+(-0.00683783*D193^2)+(-0.05481717*AE193^2)+(0.00122874*D193^2*AE193)+(0.00085282*D193*AE193^2)+(-0.00000199*D193^2*AE193^2))
AF194=IF(ISBLANK(D194), "", -42.379+(2.04901523*D194)+(10.14333127*AE194)+(-0.22475541*D194*AE194)+(-0.00683783*D194^2)+(-0.05481717*AE194^2)+(0.00122874*D194^2*AE194)+(0.00085282*D194*AE194^2)+(-0.00000199*D194^2*AE194^2))
AF195=IF(ISBLANK(D195), "", -42.379+(2.04901523*D195)+(10.14333127*AE195)+(-0.22475541*D195*AE195)+(-0.00683783*D195^2)+(-0.05481717*AE195^2)+(0.00122874*D195^2*AE195)+(0.00085282*D195*AE195^2)+(-0.00000199*D195^2*AE195^2))
AF196=IF(ISBLANK(D196), "", -42.379+(2.04901523*D196)+(10.14333127*AE196)+(-0.22475541*D196*AE196)+(-0.00683783*D196^2)+(-0.05481717*AE196^2)+(0.00122874*D196^2*AE196)+(0.00085282*D196*AE196^2)+(-0.00000199*D196^2*AE196^2))
AF197=IF(ISBLANK(D197), "", -42.379+(2.04901523*D197)+(10.14333127*AE197)+(-0.22475541*D197*AE197)+(-0.00683783*D197^2)+(-0.05481717*AE197^2)+(0.00122874*D197^2*AE197)+(0.00085282*D197*AE197^2)+(-0.00000199*D197^2*AE197^2))
 
Upvote 0
We don't need to see all the worksheet formulas for this example, so please do not post them anywhere (they are just taking up space).

I am confused. Here are your conditions you stated that must ALL be met:

column D>80
column F>54
column AE>40 (I see you amended this error in your last post)

So if any of these are NOT met, you want the value in AF to be greyed out, right? So we just need to check to see if ANY of those three conditions are not met. That is what my formula does.

When I applied the formula to your example, it appears to correctly grey out everything except for the 7/5/2011 date (assuming greying out is the Conditional Format you are selecting).
 
Upvote 0
Joe4, still not working in my sheet as it does on yours. IT blocks box.net, so I have to send to myself and post at home. Could you take a look a my sheet and see if there's a setting that needs to be set or something?



File name : lohj1.xls
Owner : name
Description : "having trouble with heat index condtional formatting"
View File <http://www.box.net/shared/jkvi7qx1kyqs877p3841>
To access this shared file, visit this link:
http://www.box.net/shared/jkvi7qx1kyqs877p3841
 
Upvote 0
Sorry, I was away for a few days. Were you able to figure this out?

My workplace does not allow file downloads, so I would not be able to look at this until tonight. Let me know if you still need help with it.
 
Upvote 0
Joe4 - No, still wondering why I get different results than you. Please take a look if you can. Thanks!
 
Upvote 0
It looks like the row references in your conditional formatting are off a row (row 2 is looking at the values in row 3 instead of row 2). Try clearing your conditional formatting, highlighting cells AF2:AF42 and re-entering your formula, making sure you type in Row 2 row references.
 
Upvote 0
Joe4 - your suggestion works! The correct date's data is normal everything else is grayed, thank you very much.
 
Upvote 0

Forum statistics

Threads
1,224,552
Messages
6,179,487
Members
452,917
Latest member
MrsMSalt

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