Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This is part of a larger chart:
0 1 2 3 0 0 8 6 4 1 9 7 5 3 2 8 6 4 2 3 7 5 3 1 4 6 4 2 0 I am trying to create a calculation wherein someone types a 2 digit number (on the left below) and the result is a 1 digit number (number on the right below) based on the above chart. Example: 41 = 4 33 = 1 32 = 3 13 = 3 Several combinations of the 2 digit number will equal the same single digit number (ie: 32=3 & 13=3, etc.). I want the single digit number to automatically appear based on the top chart. I am a basic Excel user and am unsure of of the formula that I can create. I would appreciate any advice. Thank you. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
Assuming the table is in B2:K11 (with headers in column A and row 1, and the 2-digit number sin in M1: =INDEX(B2:K11, INT(M1/10)+1, MOD(M1,10)+1) In article . com, wrote: This is part of a larger chart: 0 1 2 3 0 0 8 6 4 1 9 7 5 3 2 8 6 4 2 3 7 5 3 1 4 6 4 2 0 I am trying to create a calculation wherein someone types a 2 digit number (on the left below) and the result is a 1 digit number (number on the right below) based on the above chart. Example: 41 = 4 33 = 1 32 = 3 13 = 3 Several combinations of the 2 digit number will equal the same single digit number (ie: 32=3 & 13=3, etc.). I want the single digit number to automatically appear based on the top chart. I am a basic Excel user and am unsure of of the formula that I can create. I would appreciate any advice. Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
match formula - 2 excel files:#1 hasthis formula, 2nd has the Raw | Excel Worksheet Functions | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions | |||
How do I view formula results intead of formula in excel? | Excel Worksheet Functions | |||
i edit a formula (excel) then it displays formula not answer | Excel Discussion (Misc queries) | |||
Converting an Excel formula to an Access query formula | Excel Discussion (Misc queries) |