@NARAYANK991
Hi!
What a peculiar way of rounding that you have at your place! Here we always round 8:31 to "eight and a bit"... And it's an universal and tautological method: it never fails!
Regards!
PS: if you want the general formula it's this (assuming your time is in A1):
=CONCATENATE(CHOOSE(MOD(HOUR(A1),12)+(1-SIGN(MOD(HOUR(A1),12)))*12,"one","two","three","four","five","six","seven","eight","nine","ten","eleven","twelve")," and a bit")