Forum Discussion
Text After Delimiter
PeterBartholomew1Can you please explain this by all the steps you perform? probably in any doc with Screen shots of the the steps we need to perform?
Thanks & Regards
Anupam Shrivastava
The main point is that such formulas only work with Excel 365. The solutions offered by Lambda are not remotely similar to any traditional spreadsheet formula. What a named Lambda function does is allow you to show the intent of a formula without exposing anything of how it is achieved.
In fact, I changed the formula 'IndentĪ»' to
= LAMBDA(string,
LET(initialCharacter, LEFT(TRIM(string), 1),
FIND(initialCharacter, string))
)but it does not change anything on the worksheet. I simply posted to suggest a possible avenue to take to make spreadsheet formulas more intelligible, though not always more concise. If you don't have 365, then it is back to something more traditional!
[perhaps not that far back?]
The attached workbook illustrates the type of tricks that are now possible.