SUMIF Question

  • Thread starter Thread starter mksullvn
  • Start date Start date
M

mksullvn

I used the SUMBYCOLOR option, but it still came back #NAME? maybe I a
doing something wrong, but the text is red and the range of cells i
A1:A10, so I used the function

=SUMBYCOLOR(A1:A10,3,FALSE) and I tried it with spaces betwee
commas...do these formulas not work with Excel 2000? Or maybe I a
just really confuse
 
Hi
you first have to put the VBA code in a standard module of your
workbook
 
I am using 2000 and it works for me.
Did you post the VB code in a module?
Also note that you will need to change the False to True
for Text. False looks at cell interior color.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top