P
Pat
This formula is not just right
=(SUBSTITUTE(TRIM(BP77&" "&BQ77),"",",")&" "&(TRIM(BW77))&"
"&(SUBSTITUTE(TRIM(CJ77&" "&CK77),"",",")&" "&(TRIM(BW77))))
When all cells contain date it should display
B10 B12 B5 C2 B8 D11
but instead it displays
B10 B12 B5 C2 B8 B5
B5 at the end seems to be repeated and replaces D11
Anyone know what is wrong?
Pat
=(SUBSTITUTE(TRIM(BP77&" "&BQ77),"",",")&" "&(TRIM(BW77))&"
"&(SUBSTITUTE(TRIM(CJ77&" "&CK77),"",",")&" "&(TRIM(BW77))))
When all cells contain date it should display
B10 B12 B5 C2 B8 D11
but instead it displays
B10 B12 B5 C2 B8 B5
B5 at the end seems to be repeated and replaces D11
Anyone know what is wrong?
Pat