mikebrewer
New Member
- Joined
- Aug 11, 2015
- Messages
- 8
From a previous post ( Extract number with decimal from a text cell ) I got the answer I was looking for as follows:
=LOOKUP(10^8,--MID($AG$6,MIN(FIND({0,1,2,3,4,5,6,7,8,9},$AG$6&"0123456789")),{1,2,3,4,5,6,7,8}))
I then extended this formula to get my the answer I required as follows:
=LOOKUP(10^8,--MID($AG$6,MIN(FIND({0,1,2,3,4,5,6,7,8,9},$AG$6&"0123456789")),{1,2,3,4,5,6,7,8}))*AA7
However I would like to refine my result by using the ROUND function to obtain my answer to two decimal places and I can't work out how to do this. I'd be grateful for ay assistance, thank you.
=LOOKUP(10^8,--MID($AG$6,MIN(FIND({0,1,2,3,4,5,6,7,8,9},$AG$6&"0123456789")),{1,2,3,4,5,6,7,8}))
I then extended this formula to get my the answer I required as follows:
=LOOKUP(10^8,--MID($AG$6,MIN(FIND({0,1,2,3,4,5,6,7,8,9},$AG$6&"0123456789")),{1,2,3,4,5,6,7,8}))*AA7
However I would like to refine my result by using the ROUND function to obtain my answer to two decimal places and I can't work out how to do this. I'd be grateful for ay assistance, thank you.