Highline Excel Class 39: Forcing Functions To Become Arrays
Loading...
7,868
Loading...
Uploader Comments (ExcelIsFun)
Video Responses
This video is a response to Highline Excel Class 38: Array Functions TRANSPOSE FREQUENCY
see all
All Comments (8)
-
Thank you for your quick response.
The thing is that I didn't understand why you wrote the sumif function like this
sumif(e22:e24,b21:b25,f22:f24)
and not like this
sumif(b21:b25,e22:e24,f22:f24
isn't the criteria needs to be the "part1,part2,part3" and the range- column B?
Loading...
thx! its getting harder and interesting!
jefficy1 4 months ago
@jefficy1 , harder is good - it means you can learn more.
ExcelIsFun 4 months ago
Hi,
I would like to know why did you entered the "sumif" function in the way where the range is actually the criterion. As far as I know, the range should have been B21:B25.
I cant understand the logic behind this, and i will be more than happy if you can try to explain this to me.
(the time frame is 08:20-08:30)
amitmend 5 months ago
@amitmend , the logic is that instead of giving the criteria SUMIF argument just one criterion we are giving it many criteria, this is why when I evaluated the formula in the video it showed that the SUMIF delivered more than one value. If you put more than one value (range of cells) into the criteria argument, you will always get a result that is more than one value - because the normal way that SUMIF works (1 criteria), it yields just one value.
ExcelIsFun 5 months ago
@amitmend , this is the whole idea of this video - forcing functions to be arrays!
ExcelIsFun 5 months ago
Now I know what an array is! Thank you sir!
SanadFeisal 2 years ago
You are welcome!
ExcelIsFun 2 years ago