Hi All,
i am need to get this query done.
my query is, i have formula in cell as
and i want to add value to that formula using VBA code like![]()
=IF($AT3>=300000,$BS3*60%,IF($AT3<=250000,$BS3*40%,$BS3*50%))
and i try using below code , however its not getting done its showing error Type Mismatch.![]()
=IF($AT3>=300000,$BS3*60%,IF($AT3<=250000,$BS3*40%,$BS3*50%)) + 500 + 600
can anyone please help me out with this.![]()
Sht.Range("BT" & i).Formula + 500 + 600
thank you !
Bookmarks