Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Assistance for the IF Function

I'm trying to test the condition of Cell A1 for either/or and B1 for
either/or and if C1 is true, display the value of D1

=(IF(OR(A1="SHIP",A1="Postal"),+IF(OR(B1="Debit",B 1="Payment"),"","",+IF(AND(C1="completed"),D1,"")* ),""))

I'm stuck! How should this be?

Thanks in advance




  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Assistance for the IF Function

Maybe this:

=IF(AND(OR(A1={"Ship","Postal"}),OR(B1={"Debit","P ayment"}),C1="Completed"),D1,"")

--
Biff
Microsoft Excel MVP


"Kentucky Hot Brown" <Kentucky Hot wrote in
message ...
I'm trying to test the condition of Cell A1 for either/or and B1 for
either/or and if C1 is true, display the value of D1

=(IF(OR(A1="SHIP",A1="Postal"),+IF(OR(B1="Debit",B 1="Payment"),"","",+IF(AND(C1="completed"),D1,"")* ),""))

I'm stuck! How should this be?

Thanks in advance






  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Assistance for the IF Function

Biff.... thanks... You did it!

Ted


"T. Valko" wrote:

Maybe this:

=IF(AND(OR(A1={"Ship","Postal"}),OR(B1={"Debit","P ayment"}),C1="Completed"),D1,"")

--
Biff
Microsoft Excel MVP


"Kentucky Hot Brown" <Kentucky Hot wrote in
message ...
I'm trying to test the condition of Cell A1 for either/or and B1 for
either/or and if C1 is true, display the value of D1

=(IF(OR(A1="SHIP",A1="Postal"),+IF(OR(B1="Debit",B 1="Payment"),"","",+IF(AND(C1="completed"),D1,"")* ),""))

I'm stuck! How should this be?

Thanks in advance







  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Assistance for the IF Function

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Kentucky Hot Brown" wrote in
message ...
Biff.... thanks... You did it!

Ted


"T. Valko" wrote:

Maybe this:

=IF(AND(OR(A1={"Ship","Postal"}),OR(B1={"Debit","P ayment"}),C1="Completed"),D1,"")

--
Biff
Microsoft Excel MVP


"Kentucky Hot Brown" <Kentucky Hot wrote
in
message ...
I'm trying to test the condition of Cell A1 for either/or and B1 for
either/or and if C1 is true, display the value of D1

=(IF(OR(A1="SHIP",A1="Postal"),+IF(OR(B1="Debit",B 1="Payment"),"","",+IF(AND(C1="completed"),D1,"")* ),""))

I'm stuck! How should this be?

Thanks in advance









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
Lookup function assistance erajim Excel Worksheet Functions 2 December 23rd 06 05:39 AM
Need assistance with IF function when calculating dates MMangen Excel Worksheet Functions 6 December 20th 06 05:43 PM
If Function Assistance Chris B. Excel Worksheet Functions 3 September 29th 06 04:30 PM
1-2-3 @ function to Excel Assistance CMA Excel Worksheet Functions 8 March 20th 06 11:49 PM
Average function assistance Larry L Excel Discussion (Misc queries) 8 August 26th 05 07:29 PM


All times are GMT +1. The time now is 01:37 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"