Gingertrees
Well-known Member
- Joined
- Sep 21, 2009
- Messages
- 697
I currently have a macro set up that loops through used rows to add a different formula to column A, B, C, D, and E. So it applies the formula to A3, then another formula to B3, etc. to E3. Then it loops and does the same to A4, B4, etc. to the end of range.
Is this the fastest way, or would it be better to figure out the "FillDown" method for each column?
Simply an academic question. Formulas include:
PS: I already turned off screenupdating and Display Alerts for this routine.
Is this the fastest way, or would it be better to figure out the "FillDown" method for each column?
Simply an academic question. Formulas include:
- Concatenate 2 cells
- worksheet function of Vlookup
- worksheet function of CountIf
- Select Case.Value with 3 cases (was a nested IF-THEN statement before I wrote it into VBA; I'd return it to that if the concensus is that fill-down is faster)
PS: I already turned off screenupdating and Display Alerts for this routine.