Trying to figure out how to run a function that takes 3 variables, but would like the last two variables to be optional, so that if they are not entered, the function assumes default values. Trying to use length of variable, but it's not working. In the end result, would like to be able to type in =test_function(=A1,,) and have it work the same is if I typed =test_function(=A1,200,63). Is there something else simple I can use to test if var2 and var3 have been entered?
Thanks![]()
Please Login or Register to view this content.
Bookmarks