Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pat
 
Posts: n/a
Default Return answer if.....

=IF(K14L14,"Low stock","")

I want to add into the above formula a condition where if J14 has a value
greater than 0 then return the message "Low stock"



  #2   Report Post  
Dave R.
 
Posts: n/a
Default

Try

=IF(OR(K14L14,J140),"Low stock","")


"Pat" wrote in message
...
=IF(K14L14,"Low stock","")

I want to add into the above formula a condition where if J14 has a value
greater than 0 then return the message "Low stock"





  #3   Report Post  
Pat
 
Posts: n/a
Default

Having re-examined the problem I am afraid I have explained the problem
incorrectly.

=IF(K14<=L14,"Low stock","")

If I could include into the formula a condition that "Low stock" will only
be returned if J14 is greater than L14




"Dave R." wrote in message
...
Try

=IF(OR(K14L14,J140),"Low stock","")


"Pat" wrote in message
...
=IF(K14L14,"Low stock","")

I want to add into the above formula a condition where if J14 has a

value
greater than 0 then return the message "Low stock"







  #4   Report Post  
Fredrik Wahlgren
 
Posts: n/a
Default


"Pat" wrote in message
...
Having re-examined the problem I am afraid I have explained the problem
incorrectly.

=IF(K14<=L14,"Low stock","")

If I could include into the formula a condition that "Low stock" will only
be returned if J14 is greater than L14



I think this is what you want.
=IF(AND(K14L14,J14L14),"Low stock","")

/Fredrik


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
RETURN intersecting value with known horizotal & vertical?? || cypher || Excel Worksheet Functions 4 February 2nd 05 10:27 PM
Display answer only in another cell of one containing a formula Mally Excel Discussion (Misc queries) 5 January 21st 05 02:07 PM
Can VLOOKUP return multiple answers based on several identical lo. jddtct Excel Worksheet Functions 3 January 11th 05 08:03 AM
Return the smallest value Donkey Excel Worksheet Functions 2 December 24th 04 11:10 PM
coverting answer from Radian mode to degree mode Xmastrzman Excel Worksheet Functions 1 November 10th 04 05:45 PM


All times are GMT +1. The time now is 11:11 PM.

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"