Formula dependent on a cell entry

C

clatters69

I am setting up a grade book for test results. I have two levels of test,
Foundation and Higher, with different grade boundaries, hence different
LOOKUP formulae. I want to be able to enter either F or H in a cell and then
the formula in the cell to the right of it to change depending on whether F
or H has been entered, so that F inserts the Foundation LOOKUP formula in the
next cell and H inserts the Higher LOOKUP formula in the next cell. The same
pupil might sit a different level for a test each time, so it is not as
simple as entering a formula for a pupil and sticking to it, the formula must
change depending on the F or H entry.
Is this possible in Excel 2003?
 
C

Carlo

hi clatters

why don't you do this:
=if(sheet1!A1 = "H";Lookup for H; lookup for F)

greetings

Carlo
 
S

Stefi

Say cell for F/H is A1, then insert in B1: =IF("A1"="F",formula for F,
formula for H)

Regards,
Stefi


„clatters69†ezt írta:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top