Need function name for using one spreadsheet data to calculate values for a separate spreadsheet

pmmille2

New Member
Joined
Aug 21, 2017
Messages
4
Newbie question alert: I'm trying to do the following: I have a large set of patients and each one has a medical record (MR) number. At the end of every day I enter the names of the patients I saw that day into a spreadsheet, as well as their MR number. Each patient is entered on a new row every day.

I'd like to find a way to have the program automatically enter the patients' MR number next to the name, rather than my having to complete it manually.

My current skill set would lead me to write these impossibly long and inefficient formulas -- a series of IF(OR statements -- that Excel wouldn't take.

I'm SURE that there is a way to have the program scan one table of data (a spreadsheet with names and MR numbers; a separate row for each patient; each patient only entered once, when I first meet with them) to do what I want. I just don't know what that function is called. Can anyone help?

Thanks!
 

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)
Do some research on the VLOOKUP function, assuming in the unique list of patient names and MR numbers ..
- the name column is to the left of the MR number column, and
- you don't have any 2 or more patients with the same name.
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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