DanG
Registered User.
- Local time
- Today, 06:09
- Joined
- Nov 4, 2004
- Messages
- 477
Hello,
I have not been here for quite some time, but I just got stuck on this one and would love any help I can get...
I have the following in some VBA and want to refine it a bit
I would like to colunm reference "$Bf1" tends to change as from time to time. But the column header is always labled "50/50", so I thought I'd like to find the column number by the header name and just can't find much on the subject as it relates to what I want to do.
It would be great to find the column number based on "50/50" and make that value a variable and use the variable in my "if" statement in the vba I currently have above.
Any help would be appreciated!
Thank you!
I have not been here for quite some time, but I just got stuck on this one and would love any help I can get...
I have the following in some VBA and want to refine it a bit
Code:
"=IF(OR($bf1=""At Risk"",$Bf1=""Default: Please Reassign""),1,0)"
I would like to colunm reference "$Bf1" tends to change as from time to time. But the column header is always labled "50/50", so I thought I'd like to find the column number by the header name and just can't find much on the subject as it relates to what I want to do.
It would be great to find the column number based on "50/50" and make that value a variable and use the variable in my "if" statement in the vba I currently have above.
Any help would be appreciated!
Thank you!