G
Gamesmith
Can someone suggest how one might look up a value from a two-dimensiona
array (such as, say, B2:F30), then return a value from a specifie
column that shares a row with the searched value?
For example, if I had data that looked like this:
Apple 3 5 1
Orange 2 9
Grapefruit 6 4
I would like the search term "5" to return "Apple" and the search ter
"6" to return "Grapefruit".
Why would I want to do this? Here's the mission:
I am tracking several sub-tasks that have been organized into projects
One sheet lists the tasks, another lists the projects. My goal is to b
able to assign (or reassign) tasks (using their ID numbers) t
projects, and have that assignment automatically update a "project
field.
So, on the task list, I might have something that looks like this:
ID TASK PROJEC
1 Install outlets (to be looked up)
2 Paint exterior (to be looked up)
3 Replace Romex (to be looked up)
And on the Project list, I might have something that looks like this:
PROJECT TASKS INCLUDE
Electrical 1 3
Painting 2
So, if I change what project a task is assigned to on the Project list
the Task list would automatically update appropriately.
Thanks in advance for reading all this crap and giving me som
suggestions
array (such as, say, B2:F30), then return a value from a specifie
column that shares a row with the searched value?
For example, if I had data that looked like this:
Apple 3 5 1
Orange 2 9
Grapefruit 6 4
I would like the search term "5" to return "Apple" and the search ter
"6" to return "Grapefruit".
Why would I want to do this? Here's the mission:
I am tracking several sub-tasks that have been organized into projects
One sheet lists the tasks, another lists the projects. My goal is to b
able to assign (or reassign) tasks (using their ID numbers) t
projects, and have that assignment automatically update a "project
field.
So, on the task list, I might have something that looks like this:
ID TASK PROJEC
1 Install outlets (to be looked up)
2 Paint exterior (to be looked up)
3 Replace Romex (to be looked up)
And on the Project list, I might have something that looks like this:
PROJECT TASKS INCLUDE
Electrical 1 3
Painting 2
So, if I change what project a task is assigned to on the Project list
the Task list would automatically update appropriately.
Thanks in advance for reading all this crap and giving me som
suggestions