Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Greetings - The following is an example of what I want to do. I want to
take all of these figures times 160 and have the result display in the cell instead. I have only come up with creating a manual formula in each cell such as =0.1*160 but prefer to have something more automated as there are a couple hundred of these cells. Thank you for your kind assistance. Col A Col B Col C 0.1 0.1 0.1 0.5 0.5 0.5 0.05 0.05 0.05 0.25 0.25 0.25 0.1 0.1 0.1 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter the value 160 in a blank cell somewhere - select this cell and
click <copy. Then highlight all the cells in columns A to C which contain values which you want to change then Edit | Paste Special | Multiply (check in Operations section) then OK followed by <Esc. This will multiply every highlighted value by 160 - you can delete the original cell. Hope this helps. Pete DonnaS wrote: Greetings - The following is an example of what I want to do. I want to take all of these figures times 160 and have the result display in the cell instead. I have only come up with creating a manual formula in each cell such as =0.1*160 but prefer to have something more automated as there are a couple hundred of these cells. Thank you for your kind assistance. Col A Col B Col C 0.1 0.1 0.1 0.5 0.5 0.5 0.05 0.05 0.05 0.25 0.25 0.25 0.1 0.1 0.1 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks! That is exactly what I needed.
You guys that help the lost rock! "Pete_UK" wrote: Enter the value 160 in a blank cell somewhere - select this cell and click <copy. Then highlight all the cells in columns A to C which contain values which you want to change then Edit | Paste Special | Multiply (check in Operations section) then OK followed by <Esc. This will multiply every highlighted value by 160 - you can delete the original cell. Hope this helps. Pete DonnaS wrote: Greetings - The following is an example of what I want to do. I want to take all of these figures times 160 and have the result display in the cell instead. I have only come up with creating a manual formula in each cell such as =0.1*160 but prefer to have something more automated as there are a couple hundred of these cells. Thank you for your kind assistance. Col A Col B Col C 0.1 0.1 0.1 0.5 0.5 0.5 0.05 0.05 0.05 0.25 0.25 0.25 0.1 0.1 0.1 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUM(RANGE)*160 where RANGE is the range of cells you want to multiply by 160.
Example: if your data is in range A1:C10000, then =SUM(A1:C10000)*160 would multiply all values in that range by 160. Dave -- Brevity is the soul of wit. "DonnaS" wrote: Greetings - The following is an example of what I want to do. I want to take all of these figures times 160 and have the result display in the cell instead. I have only come up with creating a manual formula in each cell such as =0.1*160 but prefer to have something more automated as there are a couple hundred of these cells. Thank you for your kind assistance. Col A Col B Col C 0.1 0.1 0.1 0.5 0.5 0.5 0.05 0.05 0.05 0.25 0.25 0.25 0.1 0.1 0.1 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well i don't know what you really want but as my underestanding you have to
do as follow: Col A Col B Col C Col D Col E Col F 1 0.1 0.1 0.1 =A1*160 2 0.5 0.5 0.5 3 0.05 0.05 0.05 4 0.25 0.25 0.25 5 0.1 0.1 0.1 and then copy the formula in the cell D1 as follow: active cell D1 pu the mouse on the right bottomn corner of the active cell hit the mouse left bottomn and keep it drag mouse to column E & F and then drag down to where ever you want leave the mouse left bottomn now the formula has copied to all cells and the cells are selected after that right click on the selected cells and choos copy then right click on cell A1 and choos past especial and then choos value and the click ok so now all figurs have replaced with the rusult hope it works -- Farhad Hodjat "DonnaS" wrote: Greetings - The following is an example of what I want to do. I want to take all of these figures times 160 and have the result display in the cell instead. I have only come up with creating a manual formula in each cell such as =0.1*160 but prefer to have something more automated as there are a couple hundred of these cells. Thank you for your kind assistance. Col A Col B Col C 0.1 0.1 0.1 0.5 0.5 0.5 0.05 0.05 0.05 0.25 0.25 0.25 0.1 0.1 0.1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find value in array | Excel Worksheet Functions | |||
Formula question | Excel Worksheet Functions | |||
Repeating Formula Question | Excel Discussion (Misc queries) | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions |