Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I have an inspection spreadsheet that has to be updated every 7 days, can I use the if function to count dates between 2 colums and then display an error message if it goes over 7 days in the second colum? I was trying If=(hi:h225I1:I225thenK1) Ki is the error message (Inspection due) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(H2I2,"Error","OK")
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Durie" wrote in message ... Hi I have an inspection spreadsheet that has to be updated every 7 days, can I use the if function to count dates between 2 colums and then display an error message if it goes over 7 days in the second colum? I was trying If=(hi:h225I1:I225thenK1) Ki is the error message (Inspection due) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Durie
I'm not sure of you references, but if the start date is in A1 and the due date is in B1 then in C1 enter =IF((B1-A1)7,"Overdue","") -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England www.nickhodge.co.uk HIS "Durie" wrote in message ... Hi I have an inspection spreadsheet that has to be updated every 7 days, can I use the if function to count dates between 2 colums and then display an error message if it goes over 7 days in the second colum? I was trying If=(hi:h225I1:I225thenK1) Ki is the error message (Inspection due) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a Custom Excel Function to Calculate Gini Coefficients | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Hyperlinks using R[1]C[1] and offset function in its cell referenc | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |