In one of my earlier posts titled - "What are Array Functions or Array Formulas", there was one small mistake in the example.
In the example given in that post I have mentioned the function to be used as:
=Sum(A1:A10,B1:B10)
=Sum(A1:A10,B1:B10)
The error lies in this example. The function actually should be:
=Sum(A1:A10*B1:B10)
=Sum(A1:A10*B1:B10)
Appologies for the mistake.
PS: I have corrected this mistake in the original post also.
0 comments:
Post a Comment