Index Match or Find Function Help

kylenusser

New Member
Joined
Aug 3, 2018
Messages
9
Hello. I am trying to compile a database and use some function to match the number of calls ran by date.

For example:

[TABLE="width: 500"]
<tbody>[TR]
[TD]1/1/18[/TD]
[TD][/TD]
[TD]1/2/18[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Facility A[/TD]
[TD]15[/TD]
[TD]Facility A[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]Facility B[/TD]
[TD]20
[/TD]
[TD]Facility B[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]Facility C[/TD]
[TD]30[/TD]
[TD]Facility C[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]Facility D[/TD]
[TD]20[/TD]
[TD]Facility D[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Facility E[/TD]
[TD]8[/TD]
[TD]Facility E[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Facility F[/TD]
[TD]9[/TD]
[TD]Facility F[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Facility G[/TD]
[TD]5[/TD]
[TD]Facility G[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Facility H[/TD]
[TD]8[/TD]
[TD]Facility H[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]Facility I[/TD]
[TD]10[/TD]
[TD]Facility I[/TD]
[TD]20[/TD]
[/TR]
</tbody>[/TABLE]


Above is a database of the first two days. I am trying to compile a sheet that has Facility A-F in column A and in Column B-Etc is each date from 1/1/18-12/31-18. I am trying to see if there is a function that will allow me to search the table above for say Facility A on 1/1/18. I want to set it to be able to pull any day, as the table will ultimately extend to 12/31/18.

Does anyone know of any functions that can do this?
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.

Forum statistics

Threads
1,223,911
Messages
6,175,327
Members
452,635
Latest member
laura12345

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