I want to filter and change an Excel table with empty entries in column B

Hello @Ralle_tb,

Understand the Basics

In a Make, there are a couple of modules that work as Specialized Iterators.
It means when you use and iterate the data without using the Iterator itself after getting multiple results this is called Specialized Iterator.

Solution

I’m not sure whether “List Worksheet Rows” works as a Specialized Iterator or not. If yes then directly use your next modules it automatically works as how an iterator works.

If it’s not a Specialized Iterator then use Iterator Immediately after “List Worksheet Rows”, then do your further module integration.
Then set your filters based on Iterator values.

I hope this solves your issues. If not then share a screenshot with your used data.


:bulb:P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best Answers as Solutions :white_check_mark: and give :+1: If you need expert help or have questions? Contact or comment below! :point_down: