View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Conditional IF function help ??

Try it like this:

=IF(N6290,IF(ISERR(N629/L629),"",N629/L629),"")

Hope this helps.

Pete

On Aug 3, 4:20*pm, H wrote:
Hi - I am hoping someone can help me with my If statement. *I need it to do
divide Column N by Column L if Column 0

Here's what I tried but it's not working
=IF(N6290,IF(ISERR(N629/L629),"",(N629/L629)))

Thank you ;)