I have limited knowledge of excel so I apologize if the question is too simple...
I found a formula online that converts letters into numeric values and then sums them up...
So basically, the formula checks the contents of the cell C3 and if the field is filled with letters formula works great. If the field is empty, I get an #REF! error.
Is there any way to change this formula so that when C3 cell is empty, the return is a blank cell and not an error...
Thank you all in advance...
M.J.
I found a formula online that converts letters into numeric values and then sums them up...
Excel Formula:
=SUM(VLOOKUP(T(IF(1,MID(C3,ROW(INDIRECT("1:"&LEN(C3))),1))),SHEET2!$A$2:$B$29,2,FALSE))
So basically, the formula checks the contents of the cell C3 and if the field is filled with letters formula works great. If the field is empty, I get an #REF! error.
Is there any way to change this formula so that when C3 cell is empty, the return is a blank cell and not an error...
Thank you all in advance...
M.J.