Hi,

I'm looking for a generic function that can help me cut a string from the whole string that varies.
The string needs to be cut is A: monitor.task.A.B
Notice that monitior.task will always remain the same while A and B are changing.
E.g: monitor.task.vl_h.sql.0010
monitor.task.djcat_hh.emailsub

My idea is to cut the string between the second and third dot (.) but I don't know which function in excel can help me do it.

Thanks for any help.