PC Review


Reply
Thread Tools Rate Thread

Adding results from a If formula-Short in time

 
 
Diana
Guest
Posts: n/a
 
      25th Aug 2008
how do I add the results of if formulas =if(I3="YES","5", IF(I3="NO", "0")).
or how can I convert the results of this if formula to a number and later add
it at the end of the row.


thank you
 
Reply With Quote
 
 
 
 
Max
Guest
Posts: n/a
 
      25th Aug 2008
For real numbers, do not wrap within double quotes

Try it like this, in say J3, copied down:
=IF(I3="YES",5,IF(I3="NO",0,""))

Then you can sum it easily using SUM
Eg in say, J11: =SUM(J3:J10)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,500 Files:358 Subscribers:55
xdemechanik
---
"Diana" wrote:
> how do I add the results of if formulas =if(I3="YES","5", IF(I3="NO", "0")).
> or how can I convert the results of this if formula to a number and later add
> it at the end of the row.
>
>
> thank you

 
Reply With Quote
 
Teethless mama
Guest
Posts: n/a
 
      25th Aug 2008
=(I3="YES")*5


"Diana" wrote:

> how do I add the results of if formulas =if(I3="YES","5", IF(I3="NO", "0")).
> or how can I convert the results of this if formula to a number and later add
> it at the end of the row.
>
>
> thank you

 
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
Adding Short Time? Joe K Microsoft Access 1 22nd May 2008 11:52 PM
Adding extra field to DB results at display time Martin Stabrey Microsoft Frontpage 3 19th Oct 2007 09:34 AM
Adding Times in Short Time Format =?Utf-8?B?QmFsZm91cjIxMQ==?= Microsoft Access 1 1st Oct 2006 02:34 AM
SUM problem: adding formula results JPN5804 Microsoft Excel Misc 2 28th Nov 2005 04:29 AM
formula for adding time to time eg 90min to 6.30am =?Utf-8?B?Vmlja2lqbzYw?= Microsoft Excel Misc 4 31st Aug 2004 11:54 AM


Features
 

Advertising
 

Newsgroups
 


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