Hi sir, If i want to find last three numbers ending with "1.90 and also 1.85" then only it should be visible in in "C2" otherwise it should stay blank, like the way it is in below image, Below formula is working fine for finding numbers ending with" 1.90" but i want it to find also ending with "1.85" also from B2 and show in "C2" or if not found stay blank
Attachment 551052
IF(ISERROR(SEARCH("1.9",TEXT(B2,"@"),1)),"",B2)
Bookmarks