• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Find cell according to text

madocar

Member
Hi guys,

I want to find particular cell according to text by using formulas in all range. Lets say the cell called "CAR"
That particular cell would be a reference point for another formula "OFFSET"

Is this even possible?

Thanks
 
Probably. You haven't given very much info, so I'm not exactly sure what you layout is or what you're trying to accomplish. Can you elaborate more, paste some sample data, or upload a file?
 
Hello madocar,
If finding your car as SirJB7 outlines above was not a satisfactory experience, you could use functions such as FIND and MATCH to locate stuff, and if needed, feed it to OFFSET.
 
@Faseeh
Hi!
Blue sapphire, model 2010, sedan, 4 wheels (1 new), air conditioning without freon (next week charge scheduled), a bad burnt CD pending with a red ribbon from the rearview mirror aside to a couple of big plush dices, ...
Last seen: where it was left, of course, but don't ask for more precisions!
Regards!
 
@madocar
Hi!
Hope you don't mind that these guys had hijacked your post to make jokes. ;)
I apologize in their name, if so. :rolleyes:
Regards!
 
@Faseeh
Hi!
If any doubt or finding more than one alike, check the seat covers, more like leopard than animal print. :D
Regards!
 
File with comments what I want to do is in attachment
Hopefuly now it is more understandable
 

Attachments

  • Grouping_chandoo.xlsx
    27.7 KB · Views: 9
Hi ,

The problem is that in the individual sheets you have the header as "Car " , with a space after the r ; first remove this space.

Once this is done , put the following formula in B3 , and copy it across and down in each of the tabs Car , Furniture and Watches :

=INDEX(INDIRECT($A3&"!"&"$A$2:$D$13"),MATCH(B$2,INDIRECT($A3&"!"&"$A$2:$A$13"),0),0) INDEX(INDIRECT($A3&"!"&"$B$1:$D$13"),0,MATCH($B$1,INDIRECT($A3&"!"&"$B$1:$D$1"),0))

Narayan
 
@Luke M
Hi!
I think that both approaches (VBA and formulas) were fully covered at the original post, and neither of them received not even a single comment or question. Shouldn't it be considered as solved?
Regards!
PS: Or perhaps the car has run out of gas...
 
Back
Top