Hi all,
Using MS Excel 2007 - I have a large number of rows and columns in spreadsheets that currently have a forumla such as:
Is it possible to mass remove all of the the LOWER functions through out the spreadsheet but leave in the $A4 so it reads
Thanks in advance
Ryan
Using MS Excel 2007 - I have a large number of rows and columns in spreadsheets that currently have a forumla such as:
Code:
=SUBSTITUTE(AV4,"{NAME}",LOWER($A4))
Code:
=SUBSTITUTE(AV4,"{NAME}",$A4)
Ryan