Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My equation is ABCDEFG-HI-Z, all alphabets (A,B,C,D,E,F,G,H,I) have value
between 0-9. I have to calculate the value of Z, as follows. Value of Z is = {( I*1) + (H*2 ) + (G*3 ) + (F*4 ) + (E*5 ) + (D*6 ) + (C*7 ) + (B*8 ) + (A*9 )}/ 10 = Q + Z/10, where Q and Z represents integer and remainder respectively For eg. 1034526-98-Z. Z can be calculated as, = {( 9*1) + (8*0 ) + (7*3 ) + (6*4 ) + (5*5 ) + (4*2 ) + (3*6 ) + (2*9 ) + (1*8 )}/ 10 = {9 + 0 + 21 + 24 + 25 + 8 + 18 + 18 + 8}/10 = 131/10 = 13 + 1/10 So, Z = 1. In excel, if ABCDEFG numerals are in cell A1, HI numerals are in cell B1 and Z is in cell C1. I want formula, which gives the value of Z between 0-9. Thank in advance. Harshad |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate time does not calculate | Excel Discussion (Misc queries) | |||
IF THERE ARE 9 P AND 5 A IN A ROW THEN HOW TO CALCULATE | Excel Worksheet Functions | |||
Re-calculate | Excel Discussion (Misc queries) | |||
How to calculate an age? | Excel Worksheet Functions | |||
won't calculate far enough | Excel Discussion (Misc queries) |