ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   help with an IF formula (https://www.excelbanter.com/excel-programming/351294-help-if-formula.html)

Alan M

help with an IF formula
 

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


Bob Phillips[_6_]

help with an IF formula
 
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





All times are GMT +1. The time now is 11:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com