count if related problem

akkinarula

New Member
Joined
Sep 2, 2011
Messages
27
hi all,

i m having following formula in vba ,but it is not dispalying the result in target cells

astr1 = "'Rcl Mix'!R" & Trim(Str(i)) & "C2"
astr2 = "'Rcl Mix'!R" & Trim(Str(b)) & "C7"
str2 = "=CONCATENATE(" & astr1 & ","" "" " & "," & astr2 & ")"

crange1 = "G" & Trim(Str(i)) & ":H" & Trim(Str(i))
Range(crange1).Select
Sheets("Rcl Mix").Select

ActiveCell.FormulaR1C1 = _
"=COUNTIF('Customer''s Details'!R13C79:R262C79,str2)"


anybody having solution for this then plz help me
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
hi all,

i m having following formula in vba ,but it is not dispalying the result in target cells

astr1 = "'Rcl Mix'!R" & Trim(Str(i)) & "C2"
astr2 = "'Rcl Mix'!R" & Trim(Str(b)) & "C7"
str2 = "=CONCATENATE(" & astr1 & ","" "" " & "," & astr2 & ")"

crange1 = "G" & Trim(Str(i)) & ":H" & Trim(Str(i))
Range(crange1).Select
Sheets("Rcl Mix").Select

ActiveCell.FormulaR1C1 = _
"=COUNTIF('Customer''s Details'!R13C79:R262C79,str2)"



anybody having solution for this then plz help me

'i' is taken from loop and 'b' is initialize to 9
i think str2 is not taking the value in count if function.is there any other way to specify the str2 .



plz help me.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,592
Messages
6,179,787
Members
452,942
Latest member
VijayNewtoExcel

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top