[TABLE="width: 500"]
<tbody>[TR]
[TD]Specialty
[/TD]
[TD]Category
[/TD]
[TD]25th
[/TD]
[TD]median
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD]spoon
[/TD]
[TD]1000
[/TD]
[TD]1500
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD]fork
[/TD]
[TD]2000
[/TD]
[TD]300
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD]knife
[/TD]
[TD]8000
[/TD]
[TD]1000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B
[/TD]
[TD]spoon
[/TD]
[TD]5100
[/TD]
[TD]2000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B
[/TD]
[TD]fork
[/TD]
[TD]6100
[/TD]
[TD]3000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B
[/TD]
[TD]knife
[/TD]
[TD]7100
[/TD]
[TD]4000
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am hoping someone can help with an array formula
I am trying to write a formula in excel that will allow me to say “if the specialty is equal to A, look in the category column and find SPOON, and then look into the median or 25th percentile column and return the value”
Essentially, the specialty column, category column and percentile columns within the formula will change based on what I need to lookup. I have a summary tab set up and im basically trying to look within a table and pull the value that is associated with those three variables. Like I said though, those variables will change (not the column headers, just the value within each column that I am looking for).
Would anyone have anyidea how to accomplish this?
<tbody>[TR]
[TD]Specialty
[/TD]
[TD]Category
[/TD]
[TD]25th
[/TD]
[TD]median
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD]spoon
[/TD]
[TD]1000
[/TD]
[TD]1500
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD]fork
[/TD]
[TD]2000
[/TD]
[TD]300
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD]knife
[/TD]
[TD]8000
[/TD]
[TD]1000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B
[/TD]
[TD]spoon
[/TD]
[TD]5100
[/TD]
[TD]2000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B
[/TD]
[TD]fork
[/TD]
[TD]6100
[/TD]
[TD]3000
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B
[/TD]
[TD]knife
[/TD]
[TD]7100
[/TD]
[TD]4000
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am hoping someone can help with an array formula
I am trying to write a formula in excel that will allow me to say “if the specialty is equal to A, look in the category column and find SPOON, and then look into the median or 25th percentile column and return the value”
Essentially, the specialty column, category column and percentile columns within the formula will change based on what I need to lookup. I have a summary tab set up and im basically trying to look within a table and pull the value that is associated with those three variables. Like I said though, those variables will change (not the column headers, just the value within each column that I am looking for).
Would anyone have anyidea how to accomplish this?
Last edited: