Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need some help using "IF" syntax in Excel "97."
I want to compare the value(values are minutes&seconds) in one cell with another cell and depending on which cell has the greater value I would like value displayed in a cell. Example: Cell D7 Cell E7 33:15 32:05 Cell C7 should display the greater of the two values. I would also like Cell C7 to add 20 seconds to the inserted value. I just can't figure this out; here is the formula I created =IF(D7<E7,D7,E7)+20 But it doesn't work. Chris |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
correct syntax for nesting "if", "and", and "vlookup"....if possib | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
syntax for "IF" commend to check for multiple empty cells bf comma | Excel Worksheet Functions | |||
Syntax to "OR" 3 "ISERROR" conditions | Excel Worksheet Functions | |||
what is syntax for if(between range of dates,"Q1","Q2")? | Excel Worksheet Functions |