Forum Discussion
CHaines
3 years agoAdvocate I
Find difference only if 2 columns are present, else blank
I expect only to get a result only if both are present. If either is blank, or both are blank, I expect a blank result. Sample data showing each case. Blank cells are intentionally blank, and RoutePr...
Barthel
3 years agoSolution Sage
Hey CHaines,
Do your columns have the data type 'Whole Number' or 'Decimal Number'? If so, your own calculation should work. Anyway, it works for me:
CHaines
3 years agoAdvocate I
I found the problem! I think I had not updated or something when I changed from
RoutePriceChange = AllChanges[SecondPlanRouteValue] - AllChanges[FirstPlanRouteValue]to having some ISBLANK() checks.