Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Using multiple IF criteria

I've done this before but can't remember how I did it. I want to do an IF
type formula (I think) that refers to a value in another cell based on the
value in two cells. For example, B1 equals "A" and B2 equals 5%. If those two
criteria match the query, then I want the value to be what is in B3. Any
suggestions? Thanks

--
JerryS
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Using multiple IF criteria

=if(and(b1="A",b2=.05),B3,"")

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"JerryS" wrote:

I've done this before but can't remember how I did it. I want to do an IF
type formula (I think) that refers to a value in another cell based on the
value in two cells. For example, B1 equals "A" and B2 equals 5%. If those two
criteria match the query, then I want the value to be what is in B3. Any
suggestions? Thanks

--
JerryS

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default Using multiple IF criteria

=(B1="A")*(B2=5%)*B3
or
=IF(And(B1="A",B2=5%),B3;"")

Hans


"JerryS" skrev i en meddelelse
...
I've done this before but can't remember how I did it. I want to
do an IF
type formula (I think) that refers to a value in another cell
based on the
value in two cells. For example, B1 equals "A" and B2 equals 5%.
If those two
criteria match the query, then I want the value to be what is in
B3. Any
suggestions? Thanks

--
JerryS


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
Multiple results in 1 cell w/ multiple criteria RS Excel Worksheet Functions 0 March 5th 07 08:10 PM
Multiple Sheet, Multiple Criteria Look-Up Function Help Dan Oakes Excel Worksheet Functions 5 December 29th 06 01:37 PM
return multiple records matching multiple criteria Karthik Excel Worksheet Functions 2 March 22nd 06 04:42 PM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Saleem Excel Worksheet Functions 1 January 12th 05 10:54 AM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Arain Excel Worksheet Functions 1 January 12th 05 08:33 AM


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