Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
H H is offline
external usenet poster
 
Posts: 57
Default Conditional IF function help ??

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 ;)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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 ;)


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
H H is offline
external usenet poster
 
Posts: 57
Default Conditional IF function help ??

Thank you - works perfectly ;)

"Pete_UK" wrote:

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 ;)



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Conditional IF function help ??

You're welcome - thanks for feeding back.

Pete

On Aug 3, 4:39*pm, H wrote:
Thank you - works perfectly ;)



"Pete_UK" wrote:
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 ;)- Hide quoted text -


- Show quoted text -


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Function Lisa H Excel Worksheet Functions 4 April 23rd 09 02:14 AM
Conditional Function SluMark Excel Worksheet Functions 2 September 3rd 08 02:58 AM
Conditional function Sonia Excel Worksheet Functions 6 July 23rd 07 04:44 PM
conditional MIN() function markx Excel Worksheet Functions 5 May 23rd 06 11:21 AM
The conditional format function smiley Excel Worksheet Functions 1 November 4th 05 05:07 PM


All times are GMT +1. The time now is 12:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"