Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
hbb2699
 
Posts: n/a
Default Trouble writing an excel formula.


I am somewhat new to excel and writing formulas. So bear with me on my
question. I am not sure how to really write everything so hopefully you
can get what I am asking from it. Thanks!!!

I am having trouble writing a formula. This is basically what I want it
to say.
If cell D2 is greater than or equal to 1, than the put a 1 in the cell,
if not put a zero in the cell. Now I am pretty sure I got this formula
correct. What I typed was =IF(D2=1,"1","0")
The second part of what I want to do isn't working though. I want to
add up the cells that I had put the above formula in. When I use the
sum formula for example =sum(D2:D13) it just puts a zero in that cell
instead of adding up the ones from the if formula. I figure it won't
add them because the cells have formulas in them and not only a number.
I was wondering if it is possible to write a formula similar to my first
one but make it put the number in a seperate cell?


--
hbb2699
------------------------------------------------------------------------
hbb2699's Profile: http://www.excelforum.com/member.php...o&userid=35224
View this thread: http://www.excelforum.com/showthread...hreadid=549994

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default Trouble writing an excel formula.

Hi
Almost there.
Just get rid of the quotes around the 1 and 0, that is making them text
and affecting your summation
=IF(D2=1,1,0)
then your summation will work.

--
Regards

Roger Govier


"hbb2699" wrote
in message ...

I am somewhat new to excel and writing formulas. So bear with me on my
question. I am not sure how to really write everything so hopefully
you
can get what I am asking from it. Thanks!!!

I am having trouble writing a formula. This is basically what I want
it
to say.
If cell D2 is greater than or equal to 1, than the put a 1 in the
cell,
if not put a zero in the cell. Now I am pretty sure I got this formula
correct. What I typed was =IF(D2=1,"1","0")
The second part of what I want to do isn't working though. I want to
add up the cells that I had put the above formula in. When I use the
sum formula for example =sum(D2:D13) it just puts a zero in that cell
instead of adding up the ones from the if formula. I figure it won't
add them because the cells have formulas in them and not only a
number.
I was wondering if it is possible to write a formula similar to my
first
one but make it put the number in a seperate cell?


--
hbb2699
------------------------------------------------------------------------
hbb2699's Profile:
http://www.excelforum.com/member.php...o&userid=35224
View this thread:
http://www.excelforum.com/showthread...hreadid=549994



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave
 
Posts: n/a
Default Trouble writing an excel formula.

hbb2699

If I am not misunderstanding you, I believe that you have created a circular
reference. If you data is in D2 to D13, I would suggest using the formula
you stated in cells E2 to E13 and then sum that column.

Hope this helps

Dave


"hbb2699" wrote in
message ...

I am somewhat new to excel and writing formulas. So bear with me on my
question. I am not sure how to really write everything so hopefully you
can get what I am asking from it. Thanks!!!

I am having trouble writing a formula. This is basically what I want it
to say.
If cell D2 is greater than or equal to 1, than the put a 1 in the cell,
if not put a zero in the cell. Now I am pretty sure I got this formula
correct. What I typed was =IF(D2=1,"1","0")
The second part of what I want to do isn't working though. I want to
add up the cells that I had put the above formula in. When I use the
sum formula for example =sum(D2:D13) it just puts a zero in that cell
instead of adding up the ones from the if formula. I figure it won't
add them because the cells have formulas in them and not only a number.
I was wondering if it is possible to write a formula similar to my first
one but make it put the number in a seperate cell?


--
hbb2699
------------------------------------------------------------------------
hbb2699's Profile:
http://www.excelforum.com/member.php...o&userid=35224
View this thread: http://www.excelforum.com/showthread...hreadid=549994



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
hbb2699
 
Posts: n/a
Default Trouble writing an excel formula.


Dave Wrote:
hbb2699

If I am not misunderstanding you, I believe that you have created a
circular
reference. If you data is in D2 to D13, I would suggest using the
formula
you stated in cells E2 to E13 and then sum that column.

Hope this helps

Dave


[/color]

I am sorry, I think I messed up on the cell letters.

The cells I am putting the IF formula in are F2 through F13. The data
is in cells D2 through D13.

It did work however, to take out the " around the numbers. I didn't
realize that using a " made it text. Thank you both very much for your
help!!! :)


--
hbb2699
------------------------------------------------------------------------
hbb2699's Profile: http://www.excelforum.com/member.php...o&userid=35224
View this thread: http://www.excelforum.com/showthread...hreadid=549994

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Problem writing Excel formulas via ODBC srikantha Excel Worksheet Functions 1 June 21st 05 06:28 PM
Problem writing Excel formulas via ODBC srikantha Excel Discussion (Misc queries) 0 June 21st 05 08:24 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


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