Godders199
Active Member
- Joined
- Mar 2, 2017
- Messages
- 313
- Office Version
- 2013
Hello, i am trying to change all my existing formulas which were recorded into vba code, rather than paste it in and copy to last row which the current marco does.
to be honest , i am stuck on how to write the following as VBA code, could anyone help me?
=IF(SUMPRODUCT((Lists!C$1:C$7<>"")*ISNUMBER(SEARCH(Lists!C$1:C$7,'cases available '!L2))),"Estate Planning","")
thanks
to be honest , i am stuck on how to write the following as VBA code, could anyone help me?
=IF(SUMPRODUCT((Lists!C$1:C$7<>"")*ISNUMBER(SEARCH(Lists!C$1:C$7,'cases available '!L2))),"Estate Planning","")
thanks