Hi
i just saw this question and i like to answer it
true
Answer:
A
Explanation:
A would be the best possible answer
Hi !
<span>You can include up to <u>255</u> logical conditions in the and function. </span>
I'm assuming you are referring to Excel. There are a few ways to add A1 and B1.
First you could use '=SUM(A1+B1)'
You could also use '=SUM(A1:B1)' which adds the values of all the cells between A1 and B1, but since they are next to each other, this would work.
You could also use '=SUM(A1,B1)' where you list all the cells you want to add with commas in between.