Hello Everyone,
I have a query in VBA multiple if conditions.
if you are writing vba code for sum and if any of the column have 0 then it will throw an error.
So, What i am tring to do is writing a vba code where any of the columns have "0" value then it should give "0" in the sum column. and...