Forum Discussion
bdehning
2 years agoPost Prodigy
Custom Column Formula Help
I have the following formula for a custom column. It works except when Time Started or Time Injured is null and then my column returns an error if([Time Started]>[Time Injured]) then [Time ...
bdehning
2 years agoPost Prodigy
if([Time Started]>[Time Injured]) then [Time Injured]-[Time Started]+1 else [Time Injured]-[Time Started]
How do I add "if time injured is null or time started is null then null" to what I already have?