Previous in Forum: Software Question   Next in Forum: AutoCad 2000 - Windows 7 Ultimate - HP Designjet 500
Close
Close
Close
3 comments
Rate Comments: Nested
Anonymous Poster #1

Date in Cell

07/27/2013 7:20 AM

Hello

I am beginner with formula in excel, I am working with date formatted dd/mm/yy.

I need a formula that will count the date in cell A1, A2,A3,A4,A5 then if all the date in cell A1 ~ A5 area available then will return a value "Yes","No"

Can someone help please.

Regards

Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru
Canada - Member - New Member

Join Date: Jul 2013
Location: Canada but south of 49
Posts: 895
Good Answers: 20
#1

Re: Date in Cell

07/31/2013 9:44 AM

You need to get a copy of Excel 2007 - the missing manual from O'REILLY available on line. It's not just called "the book that should have been in the box" for nothing. Even someone who has been using Excel for years can learn a thing or two.

__________________
Never stop learning
Reply
Guru

Join Date: Jun 2013
Location: Central Canada
Posts: 677
Good Answers: 28
#2

Re: Date in Cell

08/13/2013 11:38 AM

try using IF > 0 for the cells =IF(a1>0,1) . SUMIF can be used to isolate ranges of dates. Try using the Fx right next to the formula entry box to get ideas on what functions best suit your needs. In-program help is available, although a little hard to understand at times. The dates in the cells are stored as numbers and can be manipulated mathematically.

__________________
Smart as a post and twice as fast.
Reply
Guru

Join Date: Jun 2013
Location: Central Canada
Posts: 677
Good Answers: 28
#3

Re: Date in Cell

08/13/2013 12:00 PM

Cell A1 1/8/13..... Cell B1=IF(A1>0,1)

Cell A2 2/8/13..... Cell B2=IF(A1>0,1)

Cell A3 no date.....Cell B3=IF(A1>0,1)

Cell A4 4/8/13..... Cell B4=IF(A1>0,1)

Cell A5 5/5 13..... Cell B5=IF(A1>0,1)

Cell B6 =IF(SUM(B1:B5)>4,True,False)

__________________
Smart as a post and twice as fast.
Reply
Reply to Forum Thread 3 comments

Previous in Forum: Software Question   Next in Forum: AutoCad 2000 - Windows 7 Ultimate - HP Designjet 500

Advertisement