Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
howdy. i hope you can help me with this simple formula.
cells A1 and B1 are time formatted. cell C1 is number formatted. if cell A1 shows a time before noon and cell B1 shows a time after 1:00pm, i want cell C1 to post .50. if either of these conditions is not met, i want cell C1 to post 0.00. how do i write the formula in cell C1? thank for the assist. -- craig phila |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(AND(A1<0.5,B10.5416666666666),0.5,0)
-- Gary''s Student - gsnu200779 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here's another way......
=(A1<"12:00"+0)*(B1"13:00"+0)/2 "Gary''s Student" wrote: =IF(AND(A1<0.5,B10.5416666666666),0.5,0) -- Gary''s Student - gsnu200779 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Or let Excel do some of the arithmetic and use
=IF(AND(A1<0.5,B113/24),0.5,0) -- David Biddulph "Gary''s Student" wrote in message ... =IF(AND(A1<0.5,B10.5416666666666),0.5,0) -- Gary''s Student - gsnu200779 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with a formula in excel 2003 | Excel Discussion (Misc queries) | |||
Need Help With a Excel 2003 Formula | Excel Worksheet Functions | |||
Can I get help with an excel 2003 formula | Excel Worksheet Functions | |||
Excel 2003 - Need Formula Help | Excel Discussion (Misc queries) | |||
Excel 2003 - Need Formula Help | Excel Discussion (Misc queries) |