I'm trying to find an Excel formula which will tell me where in a sentence in a cell, does an uppercase letter appear in the middle of a "word". I want to then use that position to pull the text to the right of that position.
For example:
Cell A1 = The red carYellow spaceA2 = The pink bikeRed spaceA3 = The green truckBlue space
I need a formula that would extract "Yellow space", and "Red space" and "Blue space".
Thanks.