S
SumIF
I have a range of data that I would like to apply the
sumif and countif functions. However, some cells are not
fully included, most likely because they are too long.
There can be as many as 30 company names within a cell,
and I have functions that is counting or summing
instances of a whole list of companies. However,
companies that appear in the 20th place, for instance, do
not appear because the string is likely to long.
Is there a way to get around this problem?
Potential solutions that I thought about (but do not know
how to fully implement), would be to create a
new "excess" column that includes all companies that are
after the last char(10) prior to 255 characters, which is
likely the ending point for the countif search.
Thanks
sumif and countif functions. However, some cells are not
fully included, most likely because they are too long.
There can be as many as 30 company names within a cell,
and I have functions that is counting or summing
instances of a whole list of companies. However,
companies that appear in the 20th place, for instance, do
not appear because the string is likely to long.
Is there a way to get around this problem?
Potential solutions that I thought about (but do not know
how to fully implement), would be to create a
new "excess" column that includes all companies that are
after the last char(10) prior to 255 characters, which is
likely the ending point for the countif search.
Thanks