Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
spence
 
Posts: n/a
Default appending and IF statement to an existing IF statement

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default appending and IF statement to an existing IF statement

Try:

=IF(ISBLANK(B12),"",IF(B13<A1,"out of range",B13))

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"spence" wrote in message
...
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
appending text to existing values anny Excel Worksheet Functions 3 January 28th 06 06:24 PM
Appending external worksheets into existing workbook? Xuratoth Links and Linking in Excel 5 October 4th 05 12:48 PM


All times are GMT +1. The time now is 09:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"