A
AngelaG
=IF(S8="Closed","T8","")
I need it to pull the value of T8 - not the actual letter/number T8
Thanks,
Angela
I need it to pull the value of T8 - not the actual letter/number T8
Thanks,
Angela
Duke Carey said:You're close - just drop the quotes around T8
=IF(S8="Closed",T8,"")