Hello again everyone!
Ran into an odd issue, Don't know if it's because I'm using "|(shift+)" delimitation or what.
works for most of my needs, but I'm trying to hide the "|" character for areas that haven't populated yet. I haven't been able to get a good IF statement to work.
I was looking at something like `=IF(CONCATENATE(A2&"|"&I2)=|,"",CONCATENATE(A2&"|"&I2)' but Excel says the first part is invalid.
I hope there's a quick fix. Thanks!
Ran into an odd issue, Don't know if it's because I'm using "|(shift+)" delimitation or what.
Code:
=CONCATENATE(A2&"|"&I2)
I was looking at something like `=IF(CONCATENATE(A2&"|"&I2)=|,"",CONCATENATE(A2&"|"&I2)' but Excel says the first part is invalid.
I hope there's a quick fix. Thanks!