
Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
>I could really use some help with this headache.
>
[quoted text clipped - 24 lines]
>
> Thank you so much for your help....AJ
Thanks for getting back with me, I'll give this a try later today...
I did come up with a formula on my own that seems to work for ColumnB in
Worksheet1 and it is very quick.
In Worksheet 1, Cell B9451, I wrote the following:
=CountIF(b2:b9450,">?")
This function seems to require that at least one text character has to be
present in order for a cell to be counted for the designated range.
Since my Vlookup in Worksheet1 will be compared to at least 6 other tabs and
bring the results to Worksheet1 columns B through G. I plan just to drag
the formula across the columns I need.
Then in each Worksheet2 through Worksheet7, where I'm comparing ColumnC of
each individually back to Worksheet1 ColumnA, I'll place the matched
results to ColumnD. I'll use the formula above to get those counts.
If all of this works like I hope, I then plan to add a little matrix in a
separate tab to summarize the results and spare the readers of wading
through all of the data. Heck, I might through in a chart or two while I'm
at it.
This will be a monthly report. Do you see any reason why my formula won't
do the job?
Thanks again!
AJ
> In Sheet1, try something like:
> =SUMPRODUCT(--(ISNUMBER(MATCH(A2:A10000,Sheet2!C2:C8000,0))))
[quoted text clipped - 34 lines]
>>
>> Thank you so much for your help....AJ
Max - 28 Mar 2008 00:06 GMT
> Thanks for getting back with me, I'll give this a try later today...
No prob, do post back whether the suggestion worked for you as a closure
As for your new query (which should actually be a fresh new posting)
as Ron expressed in his reply to you:
> So long as you understand what the formula is doing, and that is what you
> want, and it works --
> those are the important factors.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---