![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Location: Newcastle, Australia
Posts: 4
|
I am trying to do a spreadsheet to help me learn anatomy. I have a picture in the middle of the spreadsheet and some arrows pointing to diffent parts of it. I would like to enter the name of the part next to the arrow that points to it and have the cell next to it tell me if it is "CORRECT" or "INCORRECT". I have been playing with the EXACT function but cannot make sense of it. Any help would be greatly appreciated!!
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Posts: 202
|
i think all you need is =IF(B1=A1,"Correct","Incorrect") in C1, where B1 is the cell you type your answer into and A1 is the start of a list of anatomical bits.
does that help? [ This Message was edited by: anno on 2002-04-18 20:00 ] |
|
|
|
|
|
#3 | |
|
Board Regular
Join Date: Feb 2002
Posts: 202
|
Quote:
=IF(ISBLANK(B1),"",IF(B1=A1,"Correct","Incorrect")) |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|