Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a formula that asks if cell B12 is blank, leave the cell in question
blank, but if there is a value in B12, fill the cell in question with the value of cell B13: =IF(isblank(B12),"",B13) I would like to add an additional condition, which is that if the value of B13 is less than the value of A1, a text error (such as "out of range") is returned. All cells in question are formatted as dates. I've tried a few ways of appending a second IF statement to me existing forumla but am doing something incorrected. Any help is appreciated. Thanks, spence |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
appending text to existing values | Excel Worksheet Functions | |||
Appending external worksheets into existing workbook? | Links and Linking in Excel |