Hi
I have a few hundred columns of Excel formulas that I need to cover to alteryx
Doing so will take weeks/Months. So my current solution is just to leave it as an excel formula for users to open and refresh
Sample formula
| =IF(ISERROR(CJ7),"",IF(OR(LEFT(CJ7,3)="not", LEFT(CJ7,3) = "dec", LEFT(CJ7,3) = "cea"),"", IF(LEFT(B7,4)="CGIS",CJ7/30000,IF(CJ7<>0,1,0)*IE7))) |
How do i "drag" this formula , like in excel, so that each new row will be CJ8, CJ9.. and so on
Data rows will reach millions*