A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to apply more than one IF condition in 1 cell



 
 
Thread Tools Display Modes
  #1  
Old December 18th, 2005, 12:12 PM posted to microsoft.public.excel.misc
external usenet poster
 
Posts: n/a
Default How to apply more than one IF condition in 1 cell

i have 3 dates referring to a period and where i want under the formula cells
to have the following
if the value of the header of the table which is dats is between the first 2
dats than 1 for true and 0 for false and if the date in the header is between
the 2nd and third date than 2 for true and 0 for false

what is the formula
  #2  
Old December 18th, 2005, 12:18 PM posted to microsoft.public.excel.misc
external usenet poster
 
Posts: n/a
Default How to apply more than one IF condition in 1 cell

try something like this
=if(a1highestdate,1,if(a1nexthighestdate,2,0))

--
Don Guillett
SalesAid Software

"Cesar" wrote in message
...
i have 3 dates referring to a period and where i want under the formula
cells
to have the following
if the value of the header of the table which is dats is between the first
2
dats than 1 for true and 0 for false and if the date in the header is
between
the 2nd and third date than 2 for true and 0 for false

what is the formula



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
copying cell names Al General Discussion 3 August 11th, 2005 03:01 PM
How can I get excel to apply values in a cell before or after date Tom Worksheet Functions 1 February 21st, 2005 04:55 AM
make a cell empty based on condition mpierre Charts and Charting 2 December 29th, 2004 01:01 PM
GET.CELL Biff Worksheet Functions 2 November 24th, 2004 07:16 PM
IF E3 & E10 = TRUE set this cell to "Yes", else set to "No" Timothy L Worksheet Functions 5 August 27th, 2004 02:28 AM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.