Home |
Search |
Today's Posts |
#10
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Which also makes it nice and easy to get a cell reference in to all the formulas as well. Doing
as Dave's note suggests, you can multiply by 99999 say (Assuming they are all formulas), and then do a replace all, replacing 99999 with A1. This will put in the cell A1 into all your formulas and allow you to make any changes you like quite easily simply by putting in the real value to multiply with into cell A1. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL2K & XLXP ---------------------------------------------------------------------------- Attitude - A little thing that makes a BIG difference ---------------------------------------------------------------------------- "David McRitchie" wrote in message ... Hi Sherri, Using a macro is going to be faster, but there is one difference between the macro solution and the use of paste special multiply. The macros are avoiding formulas, because they would be converting them to constant values otherwise; whereas, the manual solution -- Edit / Paste Special / Multiply -- will retain the formula with the multiplier. In fact before this actually went out noticed a similar question and comment in another thread, where Tom Ogilvy responded with a similar remark. http://google.com/groups?threadm=%23...gp13.phx. gbl --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Sherri" wrote What an amazingly simple solution. Thanks! But I think an overall VBA solution would help others in the future. "Sherri Baker" wrote in I would like to take a column of cells, traverse through them, multiply the number in each cell by a constant value, and return the result into the same cell. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 Multiplication Question | Excel Discussion (Misc queries) | |||
Excel 2007 multiplication bug - and more... | Excel Discussion (Misc queries) | |||
Outlook 2002 calendar dates exported to Excel 2002 sort incorrectl | Excel Worksheet Functions | |||
My question is about Excel how to create tables by multiplication | Excel Discussion (Misc queries) | |||
Excel vs. calculator multiplication product discrepancy... | Excel Worksheet Functions |