PC Review


Reply
Thread Tools Rate Thread

automate point system

 
 
Josee
Guest
Posts: n/a
 
      24th Jun 2008
I have seconds in column as reference ie: A1 = 00:00:06 -- I have to make
formula in which if a1<00:00:07 then cell =5 (round number) otherwise if cell
a1>00:00:07 but <00:00:14 then sum of cell =3 or if cell a1>00:00:14<00:00:25
then cell =2 or if cell a1>00:00:25 then cell =0 (tried several functions
but keep on getting error)
 
Reply With Quote
 
 
 
 
David Biddulph
Guest
Posts: n/a
 
      24th Jun 2008
It might have helped if you'd told us what you've tried, and what error you
got.

Was one of the formulae you tried
=IF(A1<TIME(,,7),5,IF(A1<TIME(,,14),3,IF(A1<TIME(,,25),2,0))) ?

Note that your spec doesn't define what you wanted if A1 *equals* 00:00:07
or 00:00:14 or 00:00:25, but you can adjust < to <= as required, or add
extra conditions if you really want to exclude those values and have a
separately specified result condition.
--
David Biddulph

"Josee" <(E-Mail Removed)> wrote in message
news:7A8D3258-CB3D-4380-A086-(E-Mail Removed)...
>I have seconds in column as reference ie: A1 = 00:00:06 -- I have to make
> formula in which if a1<00:00:07 then cell =5 (round number) otherwise if
> cell
> a1>00:00:07 but <00:00:14 then sum of cell =3 or if cell
> a1>00:00:14<00:00:25
> then cell =2 or if cell a1>00:00:25 then cell =0 (tried several functions
> but keep on getting error)



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to get the System.Drawing.Point of FormStartPosition, e.g. if i want to recenter the form on the screen at some point other then startup. dr Microsoft Dot NET 1 18th Feb 2007 06:56 PM
Automate Restore Point Cody Microsoft Windows 2000 Group Policy 8 17th May 2006 10:09 PM
Automate Restore Point Cody Windows XP Basics 8 17th May 2006 10:09 PM
Automate Restore Point Cody Windows XP Customization 8 17th May 2006 10:09 PM
Automate Restore Point Cody Windows XP New Users 8 17th May 2006 10:09 PM


Features
 

Advertising
 

Newsgroups
 


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