lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi I want to create my own if() function so I did the following which did not work. Any idea would be very much appreciated
Function myif(x)
myif = application.IF(x>80,"a",IF(x>60,"b",IF(x>50,"c","f")))
End Function
Function myif(x)
myif = application.IF(x>80,"a",IF(x>60,"b",IF(x>50,"c","f")))
End Function