2
votes
2answers
111 views

For each cell in a range, if a value in a seperate range is found in the next cell do stuff

This Macro I have built works but I am hoping for a faster version or a Formula that will do the same in less time. What I Have: For Each cell In Range("Table_Query_1[[#Data],[Reason2]]") ...
2
votes
2answers
179 views

How to use Excel's array-formulas for a UDF to read each cell correctly?

G'Day, I have a question more towards helping myself understand how Excel's array-formulas (Control+Shift+Enter) can read each cell dynamically into the formula. I made an simplified example to ...
1
vote
1answer
622 views

Array formulas and PasteSpecial:=Formats

I have this small issue in a workbook. I wanted to simply a very long function by using array formulas. The formula works well and produces the expected results. However, in my VBA macro I copy and ...