I want to calculate difference between two columns (B2 - A2) and store it in C2 . I tried to give the formula as “”=IF(ISBLANK(B2),“”,B2-A2)" , as i want to calculate the difference only when the column " B2" has value ,but it is showing “the range doesnot exist error”.
But it worked when i gave the formula as " B2 - A2" alone.