Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm imorting a TXT file into 2 columns where the no. of rows is not known.
The 2nd column has numeric values. I'd like to write a macro that replaces the values in Col 2 to formulas based on the value in Col 1 such that the formula in Col2 becomes the imported Col 2 value multiplied by a cell reference. For example: Import Table Revised Table Col 1 Col 2 Col 1 Col 2 A 10 A = 10 * C1 A 14 A = 14 * C1 C 5 C = 5 * C3 D 7 D = 7 * C4 B 3 B = 3 * C2 B 25 B = 25 * C2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert selected formula references from relative to absolute | Excel Discussion (Misc queries) | |||
absolute & relative references | Excel Discussion (Misc queries) | |||
Help with converting a block of cells with Absolute and mixed references to relative references | Excel Worksheet Functions | |||
how to switch between relative and absolute references | New Users to Excel | |||
Absolute / Relative References | Excel Programming |