jschill2628
Programmer
I have four lines of data that I need to pull out.
Example
FY10 FY11 FY10 FY11
0501 94 25 $5,000 $3,000
St. Mary 94 25 $5,000 $3,000
IN 34 10 $4,000 $1,000
MO 60 15 $1,000 $2,000
I need to pull out the information in this. I want to pull it and not rearrange the data, because next time I have to update the data, I just want to copy and paste the information.
So is there a way to say: if a cell equals 0501, then find IN underneath it (2 down) and return 34?
I am using Excel 2003.
Thank you!!
Example
FY10 FY11 FY10 FY11
0501 94 25 $5,000 $3,000
St. Mary 94 25 $5,000 $3,000
IN 34 10 $4,000 $1,000
MO 60 15 $1,000 $2,000
I need to pull out the information in this. I want to pull it and not rearrange the data, because next time I have to update the data, I just want to copy and paste the information.
So is there a way to say: if a cell equals 0501, then find IN underneath it (2 down) and return 34?
I am using Excel 2003.
Thank you!!