Referencing Another Tab

MR3

Board Regular
Joined
Jun 10, 2008
Messages
175
First off I would like to say THANKS to the people that helped me yesterday. I got my sheet setup the way I wanted it.
Below is a screen shot of what I have so far. I was wondering if I could eliminate Column C on the Tab "My Test 3" and have my formula check it against the other Tab "OAs". The C column shown is just copied directly from that Tab.


http://g.imageshack.us/g.php?h=362&i=xl1tq8.png

The OAs Tab are all the "Official Answers" for each separate exam.
The current formula for D is: =COUNTIF(B3,C3)=1

So my question is: What would my new formula look like if column C was eliminated in the current sheet but I had column D referring to the other sheet Coulmn C for example.
 
Last edited:

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
=COUNTIF(B3,OAs!C3)=1

that should do it..

Also, the COUNTIF is a little overkill for this purpose
You can just say =A=B
=B3=OAs!C3

Hope this helps...
 
Upvote 0

Forum statistics

Threads
1,213,527
Messages
6,114,150
Members
448,552
Latest member
WORKINGWITHNOLEADER

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