kznmrexcel
Board Regular
- Joined
- Jun 16, 2010
- Messages
- 86
- Office Version
- 2016
- Platform
- MacOS
Hi, everyone,
I have two worksheets with a list of students on each one, "lib_checkin" and "lib_hah." Only some of the students on "lib_checkin" are listed on "lib_hah," along with the period that they have a class.
If they ARE listed on "lib_hah," I want to return the value of what period that they are in class on the "lib_checkin" sheet, which is currently working.
If they are NOT listed on "lib_hah," I would like to get the result returned as just the letter M, but right now, I'm getting #NAME? instead.
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #006107}span.s2 {color: #ab30d6}span.s3 {color: #0057d6}</style>=IF(ISNA(VLOOKUP(A15,lib_hah!$A:$G,5,0)),”M”,VLOOKUP(A15,lib_hah!$A:$G,5,0))
Any help is appreciated.
Thanks,
Karen
I have two worksheets with a list of students on each one, "lib_checkin" and "lib_hah." Only some of the students on "lib_checkin" are listed on "lib_hah," along with the period that they have a class.
If they ARE listed on "lib_hah," I want to return the value of what period that they are in class on the "lib_checkin" sheet, which is currently working.
If they are NOT listed on "lib_hah," I would like to get the result returned as just the letter M, but right now, I'm getting #NAME? instead.
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #006107}span.s2 {color: #ab30d6}span.s3 {color: #0057d6}</style>=IF(ISNA(VLOOKUP(A15,lib_hah!$A:$G,5,0)),”M”,VLOOKUP(A15,lib_hah!$A:$G,5,0))
Any help is appreciated.
Thanks,
Karen
Last edited: