H
hunscot
Hello,
I have a cell formula, E2, that concatenates several cells to
establish a file name.
=+$A2&"_"&$B2&"_"&$C2&"_"&$D2&"BPM"&".mp3"
However, if D2, which normally contains a 2 to 3 number entry (120) is
blank, I would like the formula to drop "_"&$D2&"BPM"& from the
resulting file name.
If entry found in D2,
Jazz_Combo_Live_120BPM.mp3
If no entry found in D2,
Jazz_Combo_Live.mp3
What is the best way to solve this? Not sure how to exactly
construct a concatenation with an IF function.
Thank you,
Scott
I have a cell formula, E2, that concatenates several cells to
establish a file name.
=+$A2&"_"&$B2&"_"&$C2&"_"&$D2&"BPM"&".mp3"
However, if D2, which normally contains a 2 to 3 number entry (120) is
blank, I would like the formula to drop "_"&$D2&"BPM"& from the
resulting file name.
If entry found in D2,
Jazz_Combo_Live_120BPM.mp3
If no entry found in D2,
Jazz_Combo_Live.mp3
What is the best way to solve this? Not sure how to exactly
construct a concatenation with an IF function.
Thank you,
Scott