With below formula you can check ending space in excel cell:
=IF(RIGHT(a1,1)=” “,”Check”,””)
=IF(RIGHT(Cell,1)=”Space”,”Check”,”False”)
With below formula you can check ending space in excel cell:
=IF(RIGHT(a1,1)=” “,”Check”,””)
=IF(RIGHT(Cell,1)=”Space”,”Check”,”False”)