redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,604
- Office Version
- 365
- Platform
- Windows
Hi all
I have a formula which I wish to include TEXT and a formula.
Text will be : and your lowest time will be
then add to that a formula to find lowest score on the 'Pivots data' page through column I
formula like : MIN('Pivots data'!I:I)
then add more TEXT like well done
final complete formula I have looks like
=" and your lowest time will be"&MIN('Pivots data'!I:I)&" well done"
however the results look like
and your lowest time will be 0.14354548375743 well done
how can I add a TEXT format to the formula to show the result as mm:ss ?
thanks in advance
I have a formula which I wish to include TEXT and a formula.
Text will be : and your lowest time will be
then add to that a formula to find lowest score on the 'Pivots data' page through column I
formula like : MIN('Pivots data'!I:I)
then add more TEXT like well done
final complete formula I have looks like
=" and your lowest time will be"&MIN('Pivots data'!I:I)&" well done"
however the results look like
and your lowest time will be 0.14354548375743 well done
how can I add a TEXT format to the formula to show the result as mm:ss ?
thanks in advance