Kenja824
Automotive
- Nov 5, 2014
- 949
To be clear, if this can be done by making VB code that will create a function to do the job, it would be fine. My original file has a lot of formulas and no coding but I will take what I can get here.
The attached excel file is version 2007 (I think).
I need a formula that will look at a cell on one tab and count how many in a specific column in another tab there are, based on whether they have the correct criteria in another column on that tab.
I could have handled this but it gets tough here. The information on the other column can be different possibilities.
Example criteria = s01proc1
I dont know if it will always be small case or not, so this cannot be case sensitive.
It will always start with the "s" followed by either 1 or 2 numbers, followed by "proc" and ending with either 1 or 2 more numbers.
If there is any more text after this, I dont want the cells counted. If they do not fit this criterial I dont want the cells counted.
-------
This will allow us to count only cells with the correct criteria and eliminate false info.
You will notice that if you scroll down on the SIM-1 tab. Around row 450, there will be two sets of duplicates. One has two cells with false criteria that should not be counted. The other has both cells with good criteria and both will be counted.
Thanks ahead of time. I have spent the last day creating a file to compare different outputs of information for my boss but this one problem has been killing me. I could add the IF statements to a formula to check a cell if it has the correct criteria, but I cant figure out how to make it work with counting only the cells with that criteria in the adjacent cells.
Ken
My brain is like a sponge. A sopping wet sponge. When I use it, I seem to lose more than I soak in.
The attached excel file is version 2007 (I think).
I need a formula that will look at a cell on one tab and count how many in a specific column in another tab there are, based on whether they have the correct criteria in another column on that tab.
I could have handled this but it gets tough here. The information on the other column can be different possibilities.
Example criteria = s01proc1
I dont know if it will always be small case or not, so this cannot be case sensitive.
It will always start with the "s" followed by either 1 or 2 numbers, followed by "proc" and ending with either 1 or 2 more numbers.
If there is any more text after this, I dont want the cells counted. If they do not fit this criterial I dont want the cells counted.
-------
This will allow us to count only cells with the correct criteria and eliminate false info.
You will notice that if you scroll down on the SIM-1 tab. Around row 450, there will be two sets of duplicates. One has two cells with false criteria that should not be counted. The other has both cells with good criteria and both will be counted.
Thanks ahead of time. I have spent the last day creating a file to compare different outputs of information for my boss but this one problem has been killing me. I could add the IF statements to a formula to check a cell if it has the correct criteria, but I cant figure out how to make it work with counting only the cells with that criteria in the adjacent cells.
Ken
My brain is like a sponge. A sopping wet sponge. When I use it, I seem to lose more than I soak in.