Forum Discussion
FreddyJay
Nov 03, 2021Copper Contributor
Compare cells, if true, result in another column
Hi all, See attachment for example My students takes an exam. Student has 19 points (M5 =SUM(C5:L5)) of 110 points. 2,6 is than the result of the student his exam I want to compare colums ...
- Nov 03, 2021Never mind, i've , replaced with ; and it works.
Thanks!
OliverScheurich
Nov 03, 2021Gold Contributor
=VLOOKUP(M5,$O$1:$P$223,2,FALSE)
Is this the formula you are looking for?
Is this the formula you are looking for?
FreddyJay
Nov 03, 2021Copper Contributor
Thanks for your reply Quadruple. When i do this, i've got an error
there's a problem with this formula not trying to type a formula
When the first characater is an equal......
What to do?
there's a problem with this formula not trying to type a formula
When the first characater is an equal......
What to do?
- FreddyJayNov 03, 2021Copper ContributorNever mind, i've , replaced with ; and it works.
Thanks!