muna Member Feb 12, 2018 #1 Current formula is... =RIGHT(B3,LEN(B3)-SEARCH(“-“,B3)-1) I want the formula to return a blank result if there is no hypen (-) in cell B3.
Current formula is... =RIGHT(B3,LEN(B3)-SEARCH(“-“,B3)-1) I want the formula to return a blank result if there is no hypen (-) in cell B3.
John Jairo V Well-Known Member Feb 12, 2018 #2 Hi, @muna! You can use: =IFERROR(RIGHT(B3,LEN(B3)-SEARCH("-",B3)-1),"") Blessings!
muna Member Feb 12, 2018 #3 John Jairo V said: Hi, @muna! You can use: =IFERROR(RIGHT(B3,LEN(B3)-SEARCH("-",B3)-1),"") Blessings! Click to expand... Thank you! Worked perfectly.
John Jairo V said: Hi, @muna! You can use: =IFERROR(RIGHT(B3,LEN(B3)-SEARCH("-",B3)-1),"") Blessings! Click to expand... Thank you! Worked perfectly.
muna Member Feb 12, 2018 #4 I also have a formula... =RIGHT(C3,LEN(C3)-SEARCH(“:”,C3)) Is there anyway to capture anything after the : but ignore anything before the - Last edited: Feb 12, 2018
I also have a formula... =RIGHT(C3,LEN(C3)-SEARCH(“:”,C3)) Is there anyway to capture anything after the : but ignore anything before the -
John Jairo V Well-Known Member Feb 12, 2018 #5 Hi, again! Upload a sample file with the data you have, and the result that you looking for. Blessings!
Hi, again! Upload a sample file with the data you have, and the result that you looking for. Blessings!