Find cell based on word in cell

bobkap

Active Member
Joined
Nov 22, 2009
Messages
313
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
  3. Web
Using a VBA macro, I need to find the cell that is one cell below the cell with the word "Qty" in it. Here's the link to my file as an example. Any help would be greatly appreciated.

 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
We need to clarify your requirement just a bit.

What do you mean "find" it? What do you want the macro to do with that information once it finds it?

Isn't it always going to be the same cell all the time $C$17?
 
Upvote 0
Solution
We need to clarify your requirement just a bit.

What do you mean "find" it? What do you want the macro to do with that information once it finds it?

Isn't it always going to be the same cell all the time $C$17?
Thanks very much for asking! I was concerned about hard-coding C17 but now that I think about it, it will be highly unlikely that that will ever change. With that said, I guess I know what to do now. Thanks again for getting me to think more about this.

BTW, I play guitar too. I just added to my collection a Fender Tele Acoustasonic.
 
Upvote 0
With that said, I guess I know what to do now.
That would be great if you could let us know what to do, so future readers of this question might also find it helpful. Then it is perfectly fine to mark your own post as the solution.

By the way, if @6StringJazzer's suggestion is the solution itself, as it looks like to me, then I would mark that post as the solution.
 
Upvote 0

Forum statistics

Threads
1,215,094
Messages
6,123,071
Members
449,092
Latest member
ipruravindra

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