Hello
I have a spreadsheet were Column A contains peoples names , and column G contains a number.
I'm trying to figure out a way of "summing" the cells in column G with the coresponding cell in Column A is NOT blank.
I've tried the SUMIF and SUMPRODUCT commands, but all I seem to get is #NULL.
=SUMPRODUCT(ISBLANK(A1:A64999)*G1:C64999) gives me a value of 0, which I beleiev is correct as all the cells in A have a textual value in them at the moment.
I tried using ISTEXT"" , but got #VALUE as a responce.
Can anybody help me ?
Thanks in advance
Gerald
I have a spreadsheet were Column A contains peoples names , and column G contains a number.
I'm trying to figure out a way of "summing" the cells in column G with the coresponding cell in Column A is NOT blank.
I've tried the SUMIF and SUMPRODUCT commands, but all I seem to get is #NULL.
=SUMPRODUCT(ISBLANK(A1:A64999)*G1:C64999) gives me a value of 0, which I beleiev is correct as all the cells in A have a textual value in them at the moment.
I tried using ISTEXT"" , but got #VALUE as a responce.
Can anybody help me ?
Thanks in advance
Gerald