Hi, this is just for knowledge building purposes. I was looking to find out how i can write the following formula in Access.
I have attached a sample xls file, but wanted to test something like this in access.
I understand the first part where I would write an IIF statement i.e. IIF([Type]=
but dont know what to write after the "=" as in excel you would reference it to the cell, but how do i do that in access?
Any ideas any1, btw hope that makes sense.
Code:
=COUNTIF($C$2:$C$9,$C2)
I have attached a sample xls file, but wanted to test something like this in access.
I understand the first part where I would write an IIF statement i.e. IIF([Type]=
but dont know what to write after the "=" as in excel you would reference it to the cell, but how do i do that in access?
Any ideas any1, btw hope that makes sense.