Hey all,
is there a way to say =Field1*field2 if error show 0
Hope below might help visualize
Field 1 Field 2 =Field1*field2 100% 20 20 80% 10 8 #Error (because of no data) <this is fine 20 #type!
Under that 3rd field I try and add the 3 up but when I do I get #type!
they each have their own textbox just wanted to try and simplify on here all with same names.
I tried =Sum(if(field1*field2,0)) but that did not fly
Thanks for your time and help.