Hi,
See the file in attach.
I need a formula that SUMs with ABS the values in a column, ignoring the non values cells.
Regards,
Elio Fernandes
Hi,
See the file in attach.
I need a formula that SUMs with ABS the values in a column, ignoring the non values cells.
Regards,
Elio Fernandes
Last edited by efernandes67; 06-08-2010 at 07:51 PM.
Will you using autofilter?
If not,
=SUM(IF(ISNUMBER(B6:B16),;BS(B6:B16)))
confirmed with CTRL+SHIFT+ENTER not just ENTER
Last edited by NBVC; 06-08-2010 at 11:29 AM. Reason: changed commas to semi-colons to support OP version
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
or use, which works with filtered and unfiltered list and does not need CSE confirmation:
=SUMPRODUCT(ABS(SUBTOTAL(9;OFFSET(B6:B16;ROW(B6:B16)-MIN(ROW(B6:B16));;1)));--ISNUMBER(B6:B16))
Last edited by NBVC; 06-08-2010 at 11:29 AM. Reason: changed commas to semi-colons
Thanks for your help. It's working.
Elio
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks