I am working in C# and Excel.
I have some to code to add a formula to Excel cells:
excelworksheet_default.Range["K66"].Value = "=MIN(IF((C60:C74)=C64,I60:I74))";
My problem is that Excel automatically adds "@" in my formula:
This "@" changed the dynamic array of my formula. (Here s the link of Microsoft support).
Do you have any solution to avoid this problem. Thank you for your help. I hoped I well expressed my question.