I have an excel formula that sums a particular column of data.
SUMIF(Data!$E:$E,$E$89,Data!$F:$F)
I\'m looking to add a column G which I want t
I don't believe SUMIF
etc have this functionality, however the SUBTOTAL
function can do this. (Another option using SUMIFS
which allows for multiple conditions)
=SUBTOTAL(9,Data_Range_To_Sum)
https://support.office.com/en-gb/article/SUBTOTAL-function-7b027003-f060-4ade-9040-e478765b9939?ui=en-US&rs=en-GB&ad=GB&fromAR=1