Created
February 15, 2014 22:50
-
-
Save seriwb/9026337 to your computer and use it in GitHub Desktop.
Excelの計算式サンプル(VLOOKUPとCOUNTIF)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VLOOKUP | |
=IF(ISERROR(VLOOKUP(A31,Q$2:Q$99,1,FALSE)),"",VLOOKUP(A31,Q$2:Q$99,1,FALSE)) | |
COUNTIF | |
=IF(NOT(M39="1"),(IF(COUNTIF(M$4:M39,M39)>1,"○","")),"") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment