In A1 is a number: 1234 What is the result of: =MID(A1,1,1)+MID(A1,2,1)+MID(A1,3,1)+MID(A1,4,1)

Select one:
a. 10 because 1+2+3+4=10
b. #VALUE because 1,2,3,4 in TEXT type cannot be summed together.

a. 10 because 1+2+3+4=10

Computer Science & Information Technology

You might also like to view...

When a new column is inserted, it appears to the ________ of the current column

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

This class is used to help implement mutual exclusion.

a. MutEx. b. Condition. c. Lock. d. Signal.

Computer Science & Information Technology