Hi E,
Depending on what formula you want to apply and if you want to extract data as a result of the formula, I'd suggest taking a peek at OLEDB. This would allow you to run a classic SQL select against an XL file, where you extract a subset of the data into a collection. I do not think this works if you only want to modify the XL content by a formula. But it does help applying a filter to data that you want to have in a collection in your process.
In general BP does not fancy working with importing large chunks of data from an XL or CSV and will crash regularly with combinations of larger numbers of rows and/or columns. The OLEDB function works much better and much faster in this respect.
You'll fins instructions on how to use OLEDB
here.
------------------------------
Happy coding!
Paul
Sweden
------------------------------
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)