Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Catherine
 
Posts: n/a
Default My formulas does not sum together

I am making a timesheet spreadsheet with increments of 15 minutes.

Column D = Describes Function (Lunch, Admin, Projects, Etc)
Column E = Notes
Column F = =IF(D4="OUT","0.00",IF(D4="lunch","0.00","0.25"))

For each actual Activity I do, a value of .25 pops in for 15 minutes. For
each non-work activity I do, I want 0 to pop in. My problem is the result of
this formula is not coming up as a number and I am unable to add or sum the
numbers together.

Please help!!

Thank you
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

take the quotes off your numbers

=IF(D4="OUT",0,IF(D4="lunch",0,0.25))


"Catherine" wrote:

I am making a timesheet spreadsheet with increments of 15 minutes.

Column D = Describes Function (Lunch, Admin, Projects, Etc)
Column E = Notes
Column F = =IF(D4="OUT","0.00",IF(D4="lunch","0.00","0.25"))

For each actual Activity I do, a value of .25 pops in for 15 minutes. For
each non-work activity I do, I want 0 to pop in. My problem is the result of
this formula is not coming up as a number and I am unable to add or sum the
numbers together.

Please help!!

Thank you

  #3   Report Post  
Catherine
 
Posts: n/a
Default

Thank you so much. I feel like an idiot! I don't really have any knowledge
of formulas. I just basically copy them from the help files. So thank you,
everything works perfectly.

"Catherine" wrote:

I am making a timesheet spreadsheet with increments of 15 minutes.

Column D = Describes Function (Lunch, Admin, Projects, Etc)
Column E = Notes
Column F = =IF(D4="OUT","0.00",IF(D4="lunch","0.00","0.25"))

For each actual Activity I do, a value of .25 pops in for 15 minutes. For
each non-work activity I do, I want 0 to pop in. My problem is the result of
this formula is not coming up as a number and I am unable to add or sum the
numbers together.

Please help!!

Thank you

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
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
Formulas Stan Excel Worksheet Functions 3 January 21st 05 02:58 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 03:47 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"