Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I fomulate "2 years but less than 4 years" using nested if/and?
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The following returns TRUE if A1 is equal to or greater than 2 and equal or
less than 4. =IF(AND(A1=2,A1<=4),TRUE,FALSE) -- Regards, OssieMac "confusious" wrote: How do I fomulate "2 years but less than 4 years" using nested if/and? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If cell A1 contained number of years:
=IF(AND(A1=2,A1<4),... if cell A1 contains a date and you're comparing to todays date: =IF(AND(TODAY()-A1=730,TODAY()-A1<1461),... Confusious" wrote: How do I fomulate "2 years but less than 4 years" using nested if/and? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Read a book on elementary Excel?
"confusious" wrote in message ... How do I fomulate "2 years but less than 4 years" using nested if/and? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
microsoft excel 2007 | Excel Discussion (Misc queries) | |||
how do I set tabs in Microsoft Office Excel 2007? | Excel Worksheet Functions | |||
would like to buy microsoft excel 2007 WORK BOOK | New Users to Excel | |||
How do I open a microsoft works spreadsheet in excel 2007? | Excel Discussion (Misc queries) | |||
Slow Microsoft Office Excel 2007 | Excel Discussion (Misc queries) |