Ive got the below string in a Google drive spreadsheet in cell D1, what im trying to do is strip out the low the high and the average into cells F1,G1,H1
Currently, we can provide valuations on 3, across a range of prices: from £4,694,700 to £8,091,700 - Average price £6,624,100
At the moment im using =RIGHT(D1, 11) in cell H1 to get the average £6,624,100 number, but im not sure of the best way to get the others, or how to deal with hundreds of thousands, or tens of millions
Is there a more versatile way this could be done ?
Ive made a dummy spreadsheet here : https://docs.google.com/spreadsheets/d/1r_RbMjI-7KLNt8QMyQzn0d-AN1CsOxbVfjYXyoIXXFU/edit?usp=sharing
Ive marked this as an excel question as ive found 99% of the functions that you can use in Excel you can use in Google Spreadsheets (Google spreadsheets cant use excel macros though..)