Forum Discussion
aliadm1490
Jun 05, 2023Copper Contributor
How to find the difference between two text cells
Hi everyone and thanks for taking your time Is there any software that can help extract the difference value between two text cells, like in the image below?
- Jun 05, 2023
=TRIM(SUBSTITUTE(A2,B2,""))
Detlef_Lewin
Jun 05, 2023Silver Contributor
=TRIM(SUBSTITUTE(A2,B2,""))
aliadm1490
Jun 05, 2023Copper Contributor
Thanks You Saving My life 😍