P
poonam
I have used IF function this way.
A cell contains countries.
Country Minutes
A B
1 USA 35689
USA 35689
CANADA 26789
AUS 1487
OTHERS 2498
In A1 if i change from USA to Canada, Canda's minutes are
displayed. In cell B2 i have IF function =if(A1="USA",B1,
LEAVE as it is.
Value if FALSE should leave the figure as it is. Using ""
gives me blank cell. What should i enter in Value if FALSE
to leave the figure as it is?
A cell contains countries.
Country Minutes
A B
1 USA 35689
USA 35689
CANADA 26789
AUS 1487
OTHERS 2498
In A1 if i change from USA to Canada, Canda's minutes are
displayed. In cell B2 i have IF function =if(A1="USA",B1,
LEAVE as it is.
Value if FALSE should leave the figure as it is. Using ""
gives me blank cell. What should i enter in Value if FALSE
to leave the figure as it is?