Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default multiple formulas and functions

I am trying to get this to work, I need help,
in my worksheet in column C I have the number of votes for one thing, in
column F the number of votes for another, these two total in column I, then I
want column D to give me the % that column C is of column I and column G to
also give me the percentage that column F is of column I, When I put the
formula in that seems rational for columns D and G I the cells read #DIV/)!,
which is telling me that it is trying to divide by 0, how can I get that to
not show up in the cell? Next I have column D and G totaling into column J.
The final part is that I am trying to get column K to read 1 if there is a
number in column I, but the IF formula (=IF(ISBLANK(I6),0,1) reads the 0 the
formula in column I and puts a 1 there,, HELP!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default multiple formulas and functions

D6: =IF($I6=0,0,C6/$I6)
F6: =IF($I6=0,0,E6/$I6)

K6: =--($I60)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"volunteer" wrote in message
...
I am trying to get this to work, I need help,
in my worksheet in column C I have the number of votes for one thing, in
column F the number of votes for another, these two total in column I,
then I
want column D to give me the % that column C is of column I and column G
to
also give me the percentage that column F is of column I, When I put the
formula in that seems rational for columns D and G I the cells read
#DIV/)!,
which is telling me that it is trying to divide by 0, how can I get that
to
not show up in the cell? Next I have column D and G totaling into column
J.
The final part is that I am trying to get column K to read 1 if there is a
number in column I, but the IF formula (=IF(ISBLANK(I6),0,1) reads the 0
the
formula in column I and puts a 1 there,, HELP!



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
formulas and functions amy howell Excel Discussion (Misc queries) 1 March 18th 08 05:48 PM
formulas & functions R Heitzman Excel Discussion (Misc queries) 1 February 15th 08 08:16 PM
help with Formulas/Functions Candace Excel Discussion (Misc queries) 3 October 23rd 07 03:01 PM
Functions/Formulas to count multiple variables 2many#s Excel Worksheet Functions 7 June 20th 07 05:20 AM
Index & Match functions - multiple criteria and multiple results [email protected] Excel Worksheet Functions 4 May 2nd 07 03:13 AM


All times are GMT +1. The time now is 08:17 PM.

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"