Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to put a formula in a cell subtracting two dates and if the days or
greater than 11 I want it to say "problem" instead of true or false. Is this possible |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =if(date1-date2<0,"word1","word2") -- robert111 ------------------------------------------------------------------------ robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996 View this thread: http://www.excelforum.com/showthread...hreadid=522631 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
=IF(B1-A111,"problem", "no problem") In article , GG wrote: I want to put a formula in a cell subtracting two dates and if the days or greater than 11 I want it to say "problem" instead of true or false. Is this possible |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=if(abs(b1-a1)11,"Problem",b1-a1)
or =if(abs(b1-a1)11,"Problem","OK") -- Regards, Tom Ogilvy "GG" wrote: I want to put a formula in a cell subtracting two dates and if the days or greater than 11 I want it to say "problem" instead of true or false. Is this possible |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing Rows for Printing | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Help: runtime error - Method seriescollection object_chart failed | Charts and Charting in Excel | |||
Hiding cells on condition | Excel Worksheet Functions | |||
Grouped Sheets and Formating | Excel Discussion (Misc queries) |