Sorry guys, I appreciate your help, but I'm so frustrated and confused
I'm having trouble explaining things properly. I'll try one more
time.
I have a 16x16 table. Here are the formulas for one entire column.
=IF(H48="","",IF($B$24>=25,"",IF(H3>=H48,"YES","")))
=IF(H49="","",IF($B$25>=25,"",IF(H4>=H49,"YES","")))
=IF(H50="","",IF($B$26>=25,"",IF(H5>=H50,"YES","")))
=IF(H51="","",IF($B$27>=25,"",IF(H6>=H51,"YES","")))
=IF(H52="","",IF($B$28>=25,"",IF(H7>=H52,"YES","")))
=IF(H53="","",IF($B$29>=25,"",IF(H8>=H53,"YES","")))
=IF(H54="","",IF($B$30>=25,"",IF(H9>=H54,"YES","")))
=IF(H55="","",IF($B$31>=25,"",IF(H10>=H55,"YES","")))
=IF(H56="","",IF($B$32>=25,"",IF(H11>=H56,"YES","")))
=IF(H57="","",IF($B$33>=25,"",IF(H12>=H57,"YES","")))
=IF(H58="","",IF($B$34>=25,"",IF(H13>=H58,"YES","")))
=IF(H59="","",IF($B$35>=25,"",IF(H14>=H59,"YES","")))
=IF(H60="","",IF($B$36>=25,"",IF(H15>=H60,"YES","")))
=IF(H61="","",IF($B$37>=25,"",IF(H16>=H61,"YES","")))
=IF(H62="","",IF($B$38>=25,"",IF(H17>=H62,"YES","")))
=IF(H63="","",IF($B$39>=25,"",IF(H18>=H63,"YES","")))
Here are the values for H48:H63
16
49
816
148
FALSE
288
288
816
90
577
288
#VALUE! (Value because of deleted data replaced by - - -)
14
no value (blank)
no value (blank)
no value (blank)
These are the values for H3:H18
33
63
942
233
X (An x represents #4 with #4 for which there can be no data)
404
403
1,117
117
710
439
---
24
no value
no value
no value
And the values for B:24 through B:29 are:
2
6
99
18
4.5
35
35
99
11
70
35
#VALUE! (Data deleted replaced with three dashes - - -)
1.8
0.0
0.0
0.0
Thanks very much for all you're help. I really do appreciate it.
So tell us what values you have in D48, B24, and D3, what value the
formula
returns, and what you expected it to return.
[Hint: If you want help, it's no good just saying "it doesn't work".]