Okay, this is an odd one and I'm 100% sure there's an easy way to do this but I can't figure it out.
So I have the following query set up:
Item # Category Response
33 Name one of the 20 largest cities in the world: Mexico City
I have my data set up like this, going from left to right:
Item # / Category / Response / Response Total
Here's an example of the data:
1 Name a fruit where the skin is not eaten: Apple 1 Banana 17
I want to be able to enter in the Item #, Category Name, and Response and have my query return the response total which will be a number in the cell directly to the right of the response. I've tried DGET & VLOOKUP to no avail. I no the data isn't set up in the ideal format but it's what I've got to work with.
Does anyone have any suggestions?
So I have the following query set up:
Item # Category Response
33 Name one of the 20 largest cities in the world: Mexico City
I have my data set up like this, going from left to right:
Item # / Category / Response / Response Total
Here's an example of the data:
1 Name a fruit where the skin is not eaten: Apple 1 Banana 17
I want to be able to enter in the Item #, Category Name, and Response and have my query return the response total which will be a number in the cell directly to the right of the response. I've tried DGET & VLOOKUP to no avail. I no the data isn't set up in the ideal format but it's what I've got to work with.
Does anyone have any suggestions?