L
Legacy 51064
Guest
I am having a little bit of trouble adding the following formulas to my vba code. I would like to enter these formulas into their respective columns until the bottom of column B. Data is entered into column B and the number of rows varries.
Column F
=IF(E2=0,0,LEFT(E2,FIND("–",E2,1)-2))
Column G
=Sum(H2:M2)
I appreciate any help that you offer.
Column F
=IF(E2=0,0,LEFT(E2,FIND("–",E2,1)-2))
Column G
=Sum(H2:M2)
I appreciate any help that you offer.