P
Pat
The following formula will return a value(s) based on BK106 being TRUE
If BK106 is FALSE it will return nothing.
=IF(BK106,(SUBSTITUTE(TRIM(BR106&" "&BS106),"",",")),IF(NOT(BK106),"",""))
I want to use the same type of formula to add values together.
The formula below is not correct but will I hope give you an indication of
what I am trying to do.
=IF(BK106,(BN106+BX106+CH106+CR106),","",")
Hope someone can be of help!
Pat
If BK106 is FALSE it will return nothing.
=IF(BK106,(SUBSTITUTE(TRIM(BR106&" "&BS106),"",",")),IF(NOT(BK106),"",""))
I want to use the same type of formula to add values together.
The formula below is not correct but will I hope give you an indication of
what I am trying to do.
=IF(BK106,(BN106+BX106+CH106+CR106),","",")
Hope someone can be of help!
Pat