Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Another If Formula Question

Okay the if formula below that was given works great thanks!

With dates in a1 & B1 try this

=IF(A1=B1,"Overdue","")


However,if the date is blank it also returns false. How do I exclude blank
or make blank also overdue?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Another If Formula Question

Try this:

=IF(OR(A1="",A1=B1),"Overdue","")

--
Biff
Microsoft Excel MVP


"loomie" wrote in message
...
Okay the if formula below that was given works great thanks!

With dates in a1 & B1 try this

=IF(A1=B1,"Overdue","")


However,if the date is blank it also returns false. How do I exclude blank
or make blank also overdue?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Another If Formula Question

Hi,

It's customary to feedback and ask additional questions in the same thread.
Try this

=IF(COUNT(A1:B1)<2,"",IF(A1=B1,"Overdue",""))

Mike

"loomie" wrote:

Okay the if formula below that was given works great thanks!

With dates in a1 & B1 try this

=IF(A1=B1,"Overdue","")


However,if the date is blank it also returns false. How do I exclude blank
or make blank also overdue?

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
Formula question iluvtoddlers Excel Discussion (Misc queries) 6 October 6th 08 12:56 AM
Formula Question Shu of AZ Excel Discussion (Misc queries) 1 March 30th 08 05:25 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
IF formula question Rubix Excel Worksheet Functions 3 January 8th 06 07:36 AM
Formula Question blackgold21 Excel Discussion (Misc queries) 17 August 28th 05 12:05 PM


All times are GMT +1. The time now is 01:31 PM.

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"