Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Trying to make an additional column that filters values - if column 1 has null, copy column B, else 0.
if(ISBLANK([unit_part_desc]),[manufac_volume]),0)
I'm getting a "Token ')' Expected" error, and when I click "Show Error," the letter "u" in "manufac_volume" (first one) is highlighted.
Solved! Go to Solution.
if(ISBLANK([unit_part_desc]),[manufac_volume],0)
if(ISBLANK([unit_part_desc]),[manufac_volume],0)