H
hotherps
What I'm trying to say here is if DX11 is null, use the value from
B11
If DY11 is null then use the value from C11
else (meaning both DX11 and DY11 are not null)
continue on with the code
=IF(DX11="",B11,IF(DY11="",C11,IF(AND(G$9>=$DX11,G$9<$DY11),$DZ11)))
Thank
B11
If DY11 is null then use the value from C11
else (meaning both DX11 and DY11 are not null)
continue on with the code
=IF(DX11="",B11,IF(DY11="",C11,IF(AND(G$9>=$DX11,G$9<$DY11),$DZ11)))
Thank