Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
=IF(OR($J740,$K$22="QS"),0,$J74)
the above formula should display the value from J74 when QS is displayed in K22 Could someone tell me why I am not getting a result. Thanks |
#2
![]() |
|||
|
|||
![]()
Try this:
=IF(OR($J740,$K$22="QS"),$J74,0) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Pat" wrote in message ... =IF(OR($J740,$K$22="QS"),0,$J74) the above formula should display the value from J74 when QS is displayed in K22 Could someone tell me why I am not getting a result. Thanks |
#3
![]() |
|||
|
|||
![]()
I am not sure what the "Or" is doing here, but try this
=IF(OR($J740,$K$22="QS"),$J74,0) Ilan |
#4
![]() |
|||
|
|||
![]()
Hi gentlemen,
A result is returned regardless if K22 contains QS or not. Something is not right about this formula! I am not sure what the "Or" is doing here The formula has been broken down, this is where the OR comes from. wrote in message ups.com... I am not sure what the "Or" is doing here, but try this =IF(OR($J740,$K$22="QS"),$J74,0) Ilan |
#5
![]() |
|||
|
|||
![]()
If you want a return *only* when K22 contains "QS",
*AND* when J74 is greater then zero, Change the "OR" to "AND", =IF(AND($J740,$K$22="QS"),$J74,0) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Pat" wrote in message ... Hi gentlemen, A result is returned regardless if K22 contains QS or not. Something is not right about this formula! I am not sure what the "Or" is doing here The formula has been broken down, this is where the OR comes from. wrote in message ups.com... I am not sure what the "Or" is doing here, but try this =IF(OR($J740,$K$22="QS"),$J74,0) Ilan |
#6
![]() |
|||
|
|||
![]()
Thank you RagDyeR that fixed it.
Cheers to both of you Pat "RagDyeR" wrote in message ... If you want a return *only* when K22 contains "QS", *AND* when J74 is greater then zero, Change the "OR" to "AND", =IF(AND($J740,$K$22="QS"),$J74,0) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Pat" wrote in message ... Hi gentlemen, A result is returned regardless if K22 contains QS or not. Something is not right about this formula! I am not sure what the "Or" is doing here The formula has been broken down, this is where the OR comes from. wrote in message ups.com... I am not sure what the "Or" is doing here, but try this =IF(OR($J740,$K$22="QS"),$J74,0) Ilan |
#7
![]() |
|||
|
|||
![]()
Appreciate the feed-back.
-- Regards, RD -------------------------------------------------------------------- Please keep all correspondence within the Group, so all may benefit ! -------------------------------------------------------------------- "Pat" wrote in message ... Thank you RagDyeR that fixed it. Cheers to both of you Pat "RagDyeR" wrote in message ... If you want a return *only* when K22 contains "QS", *AND* when J74 is greater then zero, Change the "OR" to "AND", =IF(AND($J740,$K$22="QS"),$J74,0) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Pat" wrote in message ... Hi gentlemen, A result is returned regardless if K22 contains QS or not. Something is not right about this formula! I am not sure what the "Or" is doing here The formula has been broken down, this is where the OR comes from. wrote in message ups.com... I am not sure what the "Or" is doing here, but try this =IF(OR($J740,$K$22="QS"),$J74,0) Ilan |
#8
![]() |
|||
|
|||
![]()
Try =IF(OR($J740,$K$22="QS"),$J74,0)
Ilan |
#9
![]() |
|||
|
|||
![]()
Unless I need glasses -:) your suggestion is identical to your last post.
Pat wrote in message ups.com... Try =IF(OR($J740,$K$22="QS"),$J74,0) Ilan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Amount or Numbers in Words | New Users to Excel | |||
Is there a formula to spell out a number in excel? | Excel Worksheet Functions | |||
Convert Numeric into Text | Excel Worksheet Functions | |||
Spellnumber | Excel Worksheet Functions | |||
Determning the ROW of a vlookup result | Excel Worksheet Functions |