I have a spreadsheet containing 3 columns, "A" "B" "C"
Columns "A" and "B" contain unique text
Column "C" contains "yes" or "no"
I made a formula on another spreadsheet in column A (let's call it New A where IF column C on the first spreadsheet says "no", the contents of Column A are copied onto New A
It basically looks like this (assume the column New A is in a separate sheet)
A B C _ New A 1 text1 textA yes _ 2 text2 textB yes _ 3 text3 textC no _ text3 4 text4 textD yes _ 5 text5 textE no _ text5 6 text6 textF no _ text6 7 text7 textG yes _
Now, my question is, can I have excel automatically remove the spaces present in New A and shift all cells up accordingly? If so, how?
Bookmarks