![]() |
#2
|
||||
|
||||
![]()
If your value of 25.53 Katha is in cell A1, then in any other cell:
Code:
=INT(A1*0.05) & "-" & INT(MOD(A1*0.05,1)*20) & "-" & ROUND(MOD(MOD(A1*0.05,1)*20,1)*20,2) & "-" & 0 and this: Code:
=INT(A1*0.05) & "-" & INT(MOD(A1*0.05,1)*20) & "-" & INT(MOD(MOD(A1*0.05,1)*20,1)*20) & "-" & ROUND(MOD(MOD(MOD(A1*0.05,1)*20,1)*20,1)*16,1) |
Tags |
calculate, formula |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
ecruz | Word | 1 | 03-21-2016 02:08 PM |
![]() |
Calvinclown | Word | 3 | 09-16-2014 07:19 PM |
![]() |
Privateer | Word | 3 | 06-20-2013 08:15 PM |
![]() |
speloquin | Word | 1 | 05-27-2011 03:08 PM |
Report creation. | Igtech | Excel | 1 | 04-02-2010 03:33 PM |