Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 38
Default F Function help! I have two cells!!

I have two variables, i.e. two cells determine what is displayed... does
anyone know the formula to this...

Would be like "if A2 is = B2 AND if cell C2 = D2 then diplay E2"

=IF(A2=B2&,if(C2=D2,E2))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default F Function help! I have two cells!!


rose;453434 Wrote:
I have two variables, i.e. two cells determine what is displayed...
does
anyone know the formula to this...

Would be like "if A2 is = B2 AND if cell C2 = D2 then diplay E2"

=IF(A2=B2&,if(C2=D2,E2))


=IF(And(A2=B2,C2=D2),E2,"")


--
NBVC

Where there is a will there are many ways.

'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=125521

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
Tab function within cells Mister Softie Excel Worksheet Functions 1 August 26th 07 04:46 PM
Using IF function for many many cells, and using more than one IF function Aikisteve Excel Worksheet Functions 0 July 6th 06 01:18 PM
How to add two cells when one uses IF function? Nat Excel Discussion (Misc queries) 2 April 19th 06 08:52 PM
Using SUM function with #N/A in some cells Jeeper Excel Worksheet Functions 5 June 10th 05 06:28 AM
If function with blank cells Walter Excel Worksheet Functions 5 April 30th 05 04:50 AM


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