Skip to content

rtheman/Parse_Str

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Parse_Str

Description: Parse string is an Excel macro that parses string delimited by two different delimiter.

Syntax: parse_str(string, left delimiter, right delimiter)

Example: If cell A1 contains string, "cat dog horse". To parse text between delimiter '< >' from string in cell A1, type

=parse_str(A1, "<", ">")

Cell A2 will have value "mouse"

About

An Excel function that parses string delimited by two different character (e.g., <string>)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published