excel - Point value applied to choice from IF equation -


i'll try best explain situation , i'm working with.

i working on creating quiz within excel 2010 , trying create function references assigning point value when either correct or incorrect generated existing formula. formula i'm using right quiz:

=if(c4=answers!b5,"correct!","incorrect")

i want assign "1" correct , "0" incorrect , have number add cell on different sheet.

any , appreciated!

using function suggested @dave: if answers in columnc, formulae in columne , correct answers in columnb of sheet answers correct! results may counted in same sheet formula with:

=countif(e:e,"correct!") 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -