somydelafomy
New Member
- Joined
- Jun 4, 2014
- Messages
- 7
Hello,
I am building a sheet to keep track of various standards' revisions of the our industry. I would like to display the quantity of outdated standards in a welcome page but I can't get my formulas to work. I want the formula to count a cell if it matches the adjacent cell. I have tried variation of the following formula but I can't get it to work: =COUNTIF(Revision!A2:A45, "="Revision!B2:B45)
The result that it should return is 7.
[TABLE="width: 366"]
<tbody>[TR]
[TD]Owned Revision
[/TD]
[TD]Revision Available[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]1(2013)[/TD]
[TD]1(2013)[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]11B[/TD]
[TD]13D[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]11[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance for your assistance. Sorry if If made some English mistakes as it's not my native language and I'm still learning.
I am building a sheet to keep track of various standards' revisions of the our industry. I would like to display the quantity of outdated standards in a welcome page but I can't get my formulas to work. I want the formula to count a cell if it matches the adjacent cell. I have tried variation of the following formula but I can't get it to work: =COUNTIF(Revision!A2:A45, "="Revision!B2:B45)
The result that it should return is 7.
[TABLE="width: 366"]
<tbody>[TR]
[TD]Owned Revision
[/TD]
[TD]Revision Available[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]1(2013)[/TD]
[TD]1(2013)[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]11B[/TD]
[TD]13D[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]11[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance for your assistance. Sorry if If made some English mistakes as it's not my native language and I'm still learning.