95.1k views
3 votes
Which function should be used to display a value based on a comparison ?

A-IF
B-COUNT
C-AVERAGE
D-MIN

1 Answer

3 votes
The only function that allows a comparison among the options given is the IF statement. So for example, if you want to copy all values in column A to column B, but set all negative values in column A to zero: '= if(A1 <0,0,A1)'
User Andrew Ross
by
8.2k points

No related questions found