MasterBash
Board Regular
- Joined
- Jan 22, 2022
- Messages
- 61
- Office Version
- 365
- Platform
- Windows
Hello,
On a sheet I have this following formula in A1 :
This is being filled all the way to the last row that contains text. In other words, this is changing the Text to Columns to the original text (Columns to text) after doing modifications to the Text to Columns version of the text. Sometimes this involve deleting lines and people forget to re-apply the formula all the way to the last row containing text.
I am wondering, how can I make sure the numbering is correct and it isn't skipping a line? ($J1:$X1)
As an example with the formula above :
($J1:$X1)
($J2:$X2)
($J3:$X3)
($J5:$X5)
In this case ($J4:$X4) is missing.
Is there a formula (ideally) or if not possible, a vba script to make sure that every line is there ?
Thank you.
On a sheet I have this following formula in A1 :
Excel Formula:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(ColumnsToText(OtherSheet!$J1:$X1),"^^^^^^^^^^^^",""),"^^^^^^^^^^^",""),"^^","")
This is being filled all the way to the last row that contains text. In other words, this is changing the Text to Columns to the original text (Columns to text) after doing modifications to the Text to Columns version of the text. Sometimes this involve deleting lines and people forget to re-apply the formula all the way to the last row containing text.
I am wondering, how can I make sure the numbering is correct and it isn't skipping a line? ($J1:$X1)
As an example with the formula above :
($J1:$X1)
($J2:$X2)
($J3:$X3)
($J5:$X5)
In this case ($J4:$X4) is missing.
Is there a formula (ideally) or if not possible, a vba script to make sure that every line is there ?
Thank you.