Bomasterflex24
New Member
- Joined
- Feb 1, 2019
- Messages
- 6
Hello All -
When I copy a Balance Sheet from a website the negative figures map over like this "(100,000" as the other parenthesis pastes to the next cell.
I then have my own formatted Balance Sheet elsewhere on the worksheet and am able to use Index(Match) to pull over the initial figures I need but I pull over "(100,000" so I just want to wrap the INDEX(MATCH) with a function that looks for "(" and if found just adds the ")" to the end of the result.
INDEX(MATCH) result = "(100,000"
Desired INDEX(MATCH) result "(100,000)"
Thank you
When I copy a Balance Sheet from a website the negative figures map over like this "(100,000" as the other parenthesis pastes to the next cell.
I then have my own formatted Balance Sheet elsewhere on the worksheet and am able to use Index(Match) to pull over the initial figures I need but I pull over "(100,000" so I just want to wrap the INDEX(MATCH) with a function that looks for "(" and if found just adds the ")" to the end of the result.
INDEX(MATCH) result = "(100,000"
Desired INDEX(MATCH) result "(100,000)"
Thank you