Excel help

Joao Corvina

New Member
Joined
Sep 30, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi all,

New to this forum! Love Excel and I explore it frequently in order to simplify my data collecting in science and to make things more practical...

I'm currently trying to find a way that whenever I input a species common name, the next cell can show up the respective latin name and the next one Family name, and so on... I've created a tab with a list of the used common names and their respective latin names, family names, genus,...

I've came to a stall! Trying to find a formula (nested or not nested) to help me do this. Could anyone kindly guide me? Not looking for answers, looking merely for guidance in the right way!

Looking forward for some help!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
a simple lookup table like this should work

Book1
ABCDEFG
1Common NameName1Name2Name3Name4Name5
2Species1Common Name1Species1-Name1Species1-Name2Species1-Name3Species1-Name4Species1-Name5
3Species2Common Name2Species2-Name1Species2-Name2Species2-Name3Species2-Name4Species2-Name5
4Species3Common Name3Species3-Name1Species3-Name2Species3-Name3Species3-Name4Species3-Name5
5Species4Common Name4Species4-Name1Species4-Name2Species4-Name3Species4-Name4Species4-Name5
6Species5Common Name5Species5-Name1Species5-Name2Species5-Name3Species5-Name4Species5-Name5
7
8
9Common NameName1Name2Name3Name4Name5
10Common Name3Species3-Name1Species3-Name2Species3-Name3Species3-Name4Species3-Name5
11Common Name1Species1-Name1Species1-Name2Species1-Name3Species1-Name4Species1-Name5
Sheet1
Cell Formulas
RangeFormula
C10:G11C10=VLOOKUP($B10,$B$2:$G$6,MATCH(C$9,$B$1:$G$1,0),0)
Cells with Data Validation
CellAllowCriteria
B10:B11List=$B$2:$B$6
 
Upvote 0
Thanks! I was about to reply to my own thread saying how lame I was since I didn't remember to use VLOOKUP... somehow I had in my mind that it was solely for values! Thanks!
 
Upvote 0

Forum statistics

Threads
1,215,493
Messages
6,125,128
Members
449,206
Latest member
burgsrus

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