What Function Should I Use??

TJM12

New Member
Joined
Apr 25, 2017
Messages
3
Hi... Im struggling a little bit to find the correct method or function to search for something i need in particular. I have a series of spreadsheets set up nicely within one database. I search for a persons name (easy enough to do) but then I want to find out how old they are. This information is on a different spread sheet and instead of having to input the data for each activity they come to and on every sheet , I would like to know how to find out their date of birth, for example on the original sheet??? I hope this makes sense, if you need clarification, just ask and I can send an example perhaps??
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
welcome to the forum

couple of question (just terminology as your new to forum)

database is not an Excel term we say table or range

you say series of spreadsheets do you mean series of worksheets in one workbook ?

if my assumptions are correct you can use either VLookup or index & match functions to retrieve the data

we would need an idea of layout sheet names etc but a simplified example lets say you have a sheet called contacts and want to return results to another sheet

Contacts sheet

nameaddresstelephone
name1address1telephone1
name2changedtelephone2
name3address3telephone3
name4address4telephone4
name5address5telephone5
name6address6telephone6
name7address7telephone7
name8address8telephone8
name9address9telephone9

<colgroup><col><col><col></colgroup><tbody>
</tbody>

on another sheet

search forreturn resultformula
name1address1<< =VLOOKUP(A19,contacts!A2:C10,2)

<colgroup><col><col><col></colgroup><tbody>
</tbody>
 
Upvote 0
You are welcome!
Glad I could help.
 
Upvote 0
welcome to the forum

couple of question (just terminology as your new to forum)

database is not an Excel term we say table or range

you say series of spreadsheets do you mean series of worksheets in one workbook ?

if my assumptions are correct you can use either VLookup or index & match functions to retrieve the data

we would need an idea of layout sheet names etc but a simplified example lets say you have a sheet called contacts and want to return results to another sheet

Contacts sheet

nameaddresstelephone
name1address1telephone1
name2changedtelephone2
name3address3telephone3
name4address4telephone4
name5address5telephone5
name6address6telephone6
name7address7telephone7
name8address8telephone8
name9address9telephone9

<tbody>
</tbody>

on another sheet

search forreturn resultformula
name1address1<< =VLOOKUP(A19,contacts!A2:C10,2)

<tbody>
</tbody>

Thank you very much for response. You're the star!, everything is sorted and running smooth.

Many thanks again
Thomas.
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,391
Members
448,957
Latest member
Hat4Life

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