I am working on a macro and need help creating a formula that will check to see if the next row is blank. If the next row is blank, it needs to stop the macro. if tne next row is not blank, I want to run the following formula (using the next cell and so on until it comes to a blank row).
This is the formula that it needs to run if the row is not blank =RIGHT(A32,LEN(A32)-FIND(" ",A32,1)-2)
Anyone have any ideas?
Thanks in advance !!
This is the formula that it needs to run if the row is not blank =RIGHT(A32,LEN(A32)-FIND(" ",A32,1)-2)
Anyone have any ideas?
Thanks in advance !!