Hi,
Im looking to create an IF function which replaces N/A with a zero. How do i write it. The column which contains the N/A's also contains number and I need those left.
Ive tried
=IF(D1="#", d1, 0) which should leave numerical values and replace everything else with zeros but it doenst work.....
Any ideas?
Thanks
Im looking to create an IF function which replaces N/A with a zero. How do i write it. The column which contains the N/A's also contains number and I need those left.
Ive tried
=IF(D1="#", d1, 0) which should leave numerical values and replace everything else with zeros but it doenst work.....
Any ideas?
Thanks