Identifying correct row

R

RCulli0322

Am a novice XL user. Trying to learn how to access row data based on a
specific text string in (possibly) different columns, i.e., if "Current
Assets" is in C5, and I want to manipulate data in cols 10 thru 20 on the
same row, and want to have the same formula access "Current Assets" data in
another worksheet which may be on row 6 with its corresponding data fields in
cols 10-20. Basically, trying to identify the line that "Current Assets" is
on, and then use that knowledge to work with the numerical data related to
that acct.
 
D

Don Guillett

For a formula look in the help index for MATCH
for a macro look in the vba help index for FIND
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top