I wish I could but it has proprietary data. Here is a little clarification
The variable indname is set by going to a specific cell that has some text 
(exable below)

Range("A1").Select
indname = Selection.Value

This sets the variable indname which is some text

>From there I goto another cell where I need to combine the name of the 
variable (indname) and a number generated from a countif formula


On Friday, August 31, 2012 12:30:07 PM UTC-4, Lalit Mohan Pandey wrote:
>
> can you please attach file in which you want to do this to make it more 
> understandable
>
> Regards,
> Lalit Mohan
>
> On Friday, 31 August 2012 18:09:50 UTC+2, mburkett wrote:
>>
>> I have some code that is not working as I expected. I set a variable from 
>> a value in a cell within the worksheet and add a countif formula. The 
>> result I get in the cell is the variable along with the formula as written 
>> (as opposed to the result of the formula). Ideas?
>>
>> 'set variable
>> indname = Selection.Value
>> ActiveCell.FormulaR1C1 = indname & "+=COUNTIF(Stocks!C[-2]:C,Main!RC[-2])"
>> 'Here is the result in the cell: LC Consumer Staples Sector 
>> +=COUNTIF(Stocks!C[-2]:C,Main!RC[-2])
>>
>

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.


Reply via email to