determine which column has a value
- From: keyser_Soze@xxxxxxx
- Date: 6 Oct 2005 12:54:39 -0700
I am using =MATCH("Totals",B1:AZ1,0) to tell me which column 'totals'
is in. However, the result is an integer and I would like to use this
column in a range("x:x+3") statement.
How can I calculate the above and be able to use the results in a
range() statement?
Ultimately, I want to be able to do this:
If Not Intersect(target, Range("B:J")) Is Nothing Then target.Offset(0,
11).Select
with a variable range of columns.
Thanks.
.
- Follow-Ups:
- Re: determine which column has a value
- From: George Nicholson
- Re: determine which column has a value
- From: JE McGimpsey
- Re: determine which column has a value
- Prev by Date: Re: Delete duplicate rows from a list in Excel
- Next by Date: Re: Delete duplicate rows from a list in Excel
- Previous by thread: Add new col event?
- Next by thread: Re: determine which column has a value
- Index(es):