Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have the follwing code which sets a formaula in a specific column With Margin .FormulaR1C1 = "=SUM(RC[-1]-RC[-3])" '.Value = .Value End With However some of the values in the C[-3] column are blank and so neagative figures show as a result. I need to amend the formula to include an if function which says that if the [-3] column is blank then return a zero as the result |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Your description doesn't make sense to me, but here is what you said
.FormulaR1C1 = "=IF(RC[-3]="""","""",RC[-1]-RC[-3])" -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Alan M" wrote in message ... I have the follwing code which sets a formaula in a specific column With Margin .FormulaR1C1 = "=SUM(RC[-1]-RC[-3])" '.Value = .Value End With However some of the values in the C[-3] column are blank and so neagative figures show as a result. I need to amend the formula to include an if function which says that if the [-3] column is blank then return a zero as the result |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |