BobMillar68
New Member
- Joined
- Jan 8, 2018
- Messages
- 2
I am trying to convert an invoice summary spreadsheet into something I can import into another system. The original file has data which is located in different places on different tabs so I want to search each tab for a specific text string and then either return the value in the nth cell to the right of the text string, or perhaps use Indirect with a cell reference using the returned column and row). I have not found a way to search and return the field's location.
I have seen a reference to the Range.Find method elsewhere but I am not particularly proficient with VBA so was hoping to just use formulae to achieve the same thing.
I can't use VLOOKUP as I can't predict what column the text will be in.
For example:
In one sheet the text "VAT" may be in cell AH29 and the VAT value in AI29 while in another "VAT" might be in AG30 and the VAT value in AH30.
Thanks
Bob
I have seen a reference to the Range.Find method elsewhere but I am not particularly proficient with VBA so was hoping to just use formulae to achieve the same thing.
I can't use VLOOKUP as I can't predict what column the text will be in.
For example:
In one sheet the text "VAT" may be in cell AH29 and the VAT value in AI29 while in another "VAT" might be in AG30 and the VAT value in AH30.
Thanks
Bob