G
GHall
I have a formula I'm trying to get to work. Here is what I have so far (it
doesn't work yet):
=IF(C39=0,"",IF(R39=V,IF(AR39<=0,"Y",IF(AR39>=0,"N")),IF(AA39<=0,"Y",IF(AA39>=1,"N"))))
I need the formula to look at column C first. If it's a 0 then display
nothing in column Q (where this formula is placed). If there's a 1 in column
C, I need the formula to look at column R for either a V or an R.
If it's a V do this function: R39=V,IF(AR39<=0,"Y",IF(AR39>=0,"N"
If it's an R, do this function: IF(AA39<=0,"Y",IF(AA39>=1,"N"
Any help would be great! Thanks.
doesn't work yet):
=IF(C39=0,"",IF(R39=V,IF(AR39<=0,"Y",IF(AR39>=0,"N")),IF(AA39<=0,"Y",IF(AA39>=1,"N"))))
I need the formula to look at column C first. If it's a 0 then display
nothing in column Q (where this formula is placed). If there's a 1 in column
C, I need the formula to look at column R for either a V or an R.
If it's a V do this function: R39=V,IF(AR39<=0,"Y",IF(AR39>=0,"N"
If it's an R, do this function: IF(AA39<=0,"Y",IF(AA39>=1,"N"
Any help would be great! Thanks.