Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the formula below and have tried copying it down column in macro. It
will calculate the first cell "Q2" properly, but copies the same calculation from Q2 to all other cells. If I click in the formula and then the check mark to the left of formula, it calculates properly in the cell. How can I make it calculate properly from the macro? Also the range will change with each import to the worksheet the macro is applied to. How can I write the macro to apply to all cells in column Q where there is data in other columns in formula? Range("Q2").Select ActiveCell.FormulaR1C1 = _ "=IF(OR(RC15={30,0}),RC7,IF(AND(rc15=""cc""),IF(OR (RC3={""mdu"",""kiu"",""cvu""}),RC7+90,RC7+30)))" Range("Q2:Q78").FillDown Thanks in advance for any help available. Pam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula and worksheet will not working properly | Excel Worksheet Functions | |||
formula not working properly | Excel Worksheet Functions | |||
Yes No box no working properly | Excel Programming | |||
DirectDependents not working properly. | Excel Programming | |||
But not working properly | Excel Discussion (Misc queries) |