Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As PAPADOS discerningly observed (and I overlooked), you are mixing your form
of addressing. worksheet.Range("B2").FormulaR1C1 = "=sumif(sheet1!A:A,rc[-1],sheet1!D:D)" should be worksheet.Range("B2").FormulaR1C1 = "=sumif(sheet1!C1,rc[-1],sheet1!C4)" -- Regards, Tom Ogilvy "spud" wrote: Tom - thanks. I used calculation both ways, and formatted the cells as 0.00 number format in the macro but the problem persists. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF Formula not working | Excel Discussion (Misc queries) | |||
SUMIF no longer working | Excel Worksheet Functions | |||
SUMIF not working #VALUE! | Excel Worksheet Functions | |||
SUMIF function not working | Excel Worksheet Functions | |||
SumIF is not working | Excel Worksheet Functions |