Hello!
Have a assignment for high school in Excel Visual basics.
So I wrote function func = sqrt(x + 3) and when i type in cell that x = (-4) or less it shows #VALUE! and no matter what I write in arguments it never changes.
I even wrote in arguments that :
If x < (-3) Or x = (-3) Then
func = "error"
But it does not work for me.
I am new to Visual basics.
I guess it is somehow connected to #NUM! error or do I need more arguments, even though I can't really solve it.
Please help!
Bookmarks