Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Does anyone have any suggestions on how to set the formula?
There is a list of possible numbers in cell A1, such as 0.01, 0.1, 1, 10, 100, 1000 and there is a given number in cell B1, If 0.01 is inputed in cell A1 and 653.456 in cell B1, then return 653 in cell C1. If 0.1 is inputed in cell A1 and 653.456 in cell B1, then return 653 in cell C1. If 1 is inputed in cell A1 and 653.456 in cell B1, then return 653 in cell C1. If 10 is inputed in cell A1 and 653.456 in cell B1, then return 653.5 in cell C1. If 100 is inputed in cell A1 and 653.456 in cell B1, then return 653.46 in cell C1. If 1000 is inputed in cell A1 and 653.456 in cell B1, then return 653.456 in cell C1. Does anyone have any suggestions on how to set the formula in cell C1? Thanks in advance for any suggestions Eric |