Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
i have a worksheet number in cell A eg 6 and a number in cell B1 eg 100, i want to have the number 100 in cell B2 to B5 automatically, the number in cell A is always a single digit number but in cell B it is always two or three digit number. can i do this? thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Not sure what you mean but if you put in B5 =B2, it does't matter what is in B2 it will be in B5 HTH John "malik" wrote in message ... hi i have a worksheet number in cell A eg 6 and a number in cell B1 eg 100, i want to have the number 100 in cell B2 to B5 automatically, the number in cell A is always a single digit number but in cell B it is always two or three digit number. can i do this? thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() A1 = 6 B1 = 100 B2:B5 = 100 reference the range B2:B5 =B1 "malik" wrote: hi i have a worksheet number in cell A eg 6 and a number in cell B1 eg 100, i want to have the number 100 in cell B2 to B5 automatically, the number in cell A is always a single digit number but in cell B it is always two or three digit number. can i do this? thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is this what you want?
=IF(ROW()<=$A$1,$B$1,"") Enter in B2 and copy down. -- __________________________________ HTH Bob "malik" wrote in message ... hi i have a worksheet number in cell A eg 6 and a number in cell B1 eg 100, i want to have the number 100 in cell B2 to B5 automatically, the number in cell A is always a single digit number but in cell B it is always two or three digit number. can i do this? thanks |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Quite a Vague question, what is the value if A1= 1 ?
the Choose function is pretty cool. =CHOOSE($A$1,10,20,30,40,50,100) if A1=1 then the formula result will be 10 because it picks the first value so if A1 = 6 then the result will be 100, because 100 is the sixth value in the formula |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
number range to equal one value. | Excel Worksheet Functions | |||
Is there formulas which set text to equal a number? | Excel Worksheet Functions | |||
Cell can only equal Whole Number | Excel Discussion (Misc queries) | |||
first number in a column not equal to zero | New Users to Excel | |||
IF statement, can it equal more than one number? | Excel Worksheet Functions |