M
Michael Nagles
I need to write a function that will return a specific percentage in the
target cell based on a alpha letter entry in another cell.
example: (assume cell a5 has the letter and a10 is the target cell)
if a5 = C, a10 = 10%
if a5 = T, a10 = 15%
if a5 = X, a10 = 10%
if a5 empty, a10 = ""
target cell based on a alpha letter entry in another cell.
example: (assume cell a5 has the letter and a10 is the target cell)
if a5 = C, a10 = 10%
if a5 = T, a10 = 15%
if a5 = X, a10 = 10%
if a5 empty, a10 = ""