PC Review


Reply
Thread Tools Rate Thread

I am use (=IF(A2=1,"90") in a few cell i need to then add them up

 
 
=?Utf-8?B?SmVyb21l?=
Guest
Posts: n/a
 
      25th Feb 2006

 
Reply With Quote
 
 
 
 
Niek Otten
Guest
Posts: n/a
 
      25th Feb 2006
Hi Jerome,

What should the cell be if A2 not =1?

Let's say zero. To be able to sum, don't use quotes, it will make the cell
text instead of number,so it can not be summed.

=IF(A2=1,90,0)

--
Kind regards,

Niek Otten


"Jerome" <(E-Mail Removed)> wrote in message
news:7D52852E-6425-46DD-A1C7-(E-Mail Removed)...
>



 
Reply With Quote
 
RagDyeR
Guest
Posts: n/a
 
      25th Feb 2006
Is this what you're looking for:

=SUMPRODUCT((A2:A30=1)*90)
OR
=COUNTIF(A2:A30,1)*90

?
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

"Jerome" <(E-Mail Removed)> wrote in message
news:7D52852E-6425-46DD-A1C7-(E-Mail Removed)...


 
Reply With Quote
 
=?Utf-8?B?SmVyb21l?=
Guest
Posts: n/a
 
      25th Feb 2006


"Niek Otten" wrote:

> Hi Jerome,
>
> What should the cell be if A2 not =1?
>
> Let's say zero. To be able to sum, don't use quotes, it will make the cell
> text instead of number,so it can not be summed.
>
> =IF(A2=1,90,0)
>
> --
> Kind regards,
>
> Niek Otten
>
>
> "Jerome" <(E-Mail Removed)> wrote in message
> news:7D52852E-6425-46DD-A1C7-(E-Mail Removed)...
> >

>
>

ok what i have 46 diff (=if ) in 8 diff cell now im trying to add them all
up. i could send you the file so you can see what it look like

 
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
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Microsoft Excel Misc 2 8th Aug 2008 01:54 AM
"CELL("FILENAME") NOT UPDATE AFTER "SAVE AS" ACTION yossie6 Microsoft Excel Misc 1 16th Jun 2008 12:16 PM
Look for cell containing "Initial" then if the next cell after equals "Final" then delete both rows. amorrison2006@googlemail.com Microsoft Excel Programming 3 28th Sep 2007 01:45 PM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Microsoft Excel Misc 1 30th Jan 2006 10:01 PM
How can I make cell A1 a "Y" or "N" depending upon cell A2's font color? Please help. =?Utf-8?B?amRvdmU3OEB5YWhvby5jb20=?= Microsoft Excel Programming 1 16th Oct 2003 08:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:51 AM.