Hi All, Thanks for your time, I have this dataset which iam exporting into .xlsx file into a sheet and this sheet has formula columns which are manually created within the excel and it looks like below
| Date | Item Name | Points | Team Name | Excel Formula Col1 Q1 240 | Excel Formula Col2 Q2 241 | Excel Formula Col3 Q3 242 |
| 3/31/2025 | Q1 Farm Data | 20 | Team XYZ | IF($A1<$B$2, IF($E1>0,($C1/$C$2)/$E1,0), 0) | same sort of formula | same sort of formula |
Question is: Using the overwrite sheet (Range) keep formatting option - i would like to write the data for the columns Date, Item Name, Points, Team Name with the data coming from say database or with the data that is cleaned and ready for use - within the alteryx itself. will the formulas work when we open the .xlsx file. Going through so many threads but not seen this without the issues...
could someone please suggest any ideas or workarounds. Unfortunately the formulas has to stay to the right after those 4 columns because they are referring to the data points which is nothing but those 4 columns
thank you so much for your time