#1   Report Post  
Kim46770
 
Posts: n/a
Default Multiple IF formula

I need a formula that will give me results as follows:

If S1=Bank and E1 or F1=L, 1,0

The response to S1 must be Bank, but either E1 or F1 can be L to count as 1.
Both E1 and F1 don't have to meet the condition, thus the or

Thanks!!
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

As I recall you already gotten several answers to your first post regarding
this

=IF(AND(S1="Bank",OR(E1="L",F1="L")),1,0)

or

=(S1="Bank")*((E1="L")+(F1="L"))

Regards,

Peo Sjoblom

"Kim46770" wrote:

I need a formula that will give me results as follows:

If S1=Bank and E1 or F1=L, 1,0

The response to S1 must be Bank, but either E1 or F1 can be L to count as 1.
Both E1 and F1 don't have to meet the condition, thus the or

Thanks!!

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
Apply a simple formula to multiple rows? RedFox New Users to Excel 9 May 9th 05 11:42 PM
Deleting multiple rows through a formula mike_vr Excel Discussion (Misc queries) 1 March 15th 05 01:29 PM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM
Formula to return cell contents based on multiple conditions Bill Excel Worksheet Functions 3 January 19th 05 09:59 AM
select multiple cell ranges in "sumif" formula? Hitcoach Excel Worksheet Functions 1 January 16th 05 11:07 PM


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

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

About Us

"It's about Microsoft Excel"