OLD/MOS_expert

excel #20

위키백 2011. 7. 14. 11:18
<시>
사용자정의함수

Function 달성(성장)
IF(성장>=1) Then 
달성="달성임"
else
달성="미달성임"
End IF
End Function