View Single Post
 
Old 11-01-2018, 08:23 AM
14spar15 14spar15 is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: Mar 2011
Posts: 97
14spar15 is on a distinguished road
Default Using IF ISBLANK with formula

I have this formula.

=IF(ISERROR(FIND(" ",C2,FIND(" ",C2,1)+1)),C2,LEFT(C2,FIND(" ",C2,FIND(" ",C2,1)+1))) & RIGHT(C2,LEN(C2)-FIND("-",C2))

If there is no data in C2 I want it to return a blank cell and not #VALUE! I have seen IF ISBLANK used and a few other methods but I can’t figure out how to apply it to my formula. Thanks
Reply With Quote