Hi
I am using a formula to bring in data from another sheet in the same book. WHen there is an #N/A I want the conditional formatting to gray it out. The problem is that tho the cell shows #N/A the conditional formatting doesn't see it as #N/A...it sees the code:
I tried using indirect in the conditional formatting but it was too confusing and I blacked out. When I came to, I was in the fetal postition whimpering.
If you need more information, please let me know.
Thanks!
I am using a formula to bring in data from another sheet in the same book. WHen there is an #N/A I want the conditional formatting to gray it out. The problem is that tho the cell shows #N/A the conditional formatting doesn't see it as #N/A...it sees the code:
Code:
=INDEX(Duration!$I:$I,MATCH(1,(Duration!$C:$C=$A2)*(Duration!$D:$D=$A28)*(Duration!$G:$G=K$7),0))
I tried using indirect in the conditional formatting but it was too confusing and I blacked out. When I came to, I was in the fetal postition whimpering.
If you need more information, please let me know.
Thanks!