Danfrancozola
New Member
- Joined
- Sep 1, 2014
- Messages
- 19
Hello all,
I love using excel but really struggle with VBA - very hard to teach yourself - I am in the process of it.
Anyway, would anyone please be able to re-write the below formulas into VBA so I can assign and run them all with one button click.
Also can you please let me know the best place to find the info to continue my learning.
=COUNTA(Deviations!$F$8:$F$2200)
=COUNTIFS(Deviations!$J$8:$J$2100,"<16",Deviations!$F$8:$F$2100,"<>")
=COUNTIFS(Deviations!$J$8:$J$2100,"<25",Deviations!$F$8:$F$2100,"<>")-J11
=J10-J11-J12
Thank you so much in advance, this has been driving me crazy for days no so thought I should ask for some help!!
I love using excel but really struggle with VBA - very hard to teach yourself - I am in the process of it.
Anyway, would anyone please be able to re-write the below formulas into VBA so I can assign and run them all with one button click.
Also can you please let me know the best place to find the info to continue my learning.
=COUNTA(Deviations!$F$8:$F$2200)
=COUNTIFS(Deviations!$J$8:$J$2100,"<16",Deviations!$F$8:$F$2100,"<>")
=COUNTIFS(Deviations!$J$8:$J$2100,"<25",Deviations!$F$8:$F$2100,"<>")-J11
=J10-J11-J12
Thank you so much in advance, this has been driving me crazy for days no so thought I should ask for some help!!