Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Micayla Bergen
 
Posts: n/a
Default formula result not able to be summed

i have multiple formulas, i want to sum the results of formulas in columns l
to q, then divide them by the total, i.e. L4:L10 divided by L4:Q10. but the
results in those columns are from another column if the result of that other
column falls within a certain category. so if D4 is either a, b, or c then L4
= F which is a number, but the value in L4 isnt formatted as a number
therefore i cannot sum the values in column L. is there a way around this?
  #2   Report Post  
 
Posts: n/a
Default

Hi

If there is a formula in L4, you'll need to turn the result into a number.
Try something like:
=VALUE(yourformula)
in there.
Hope this helps.

--
Andy.


"Micayla Bergen" wrote in message
...
i have multiple formulas, i want to sum the results of formulas in columns
l
to q, then divide them by the total, i.e. L4:L10 divided by L4:Q10. but
the
results in those columns are from another column if the result of that
other
column falls within a certain category. so if D4 is either a, b, or c then
L4
= F which is a number, but the value in L4 isnt formatted as a number
therefore i cannot sum the values in column L. is there a way around this?



  #3   Report Post  
Micayla Bergen
 
Posts: n/a
Default

i tried that but it they said a value error
e.g.
=IF(OR(LEN(A4)<=3,SUM(COUNTIF(A4,{"*cmt*","*divs*" ,"*fund*"}))0),"",I4&J4)
becomes
=VALUE(=IF(OR(LEN(A4)<=3,SUM(COUNTIF(A4,{"*cmt*"," *divs*","*fund*"}))0),"",I4&J4))
?????
thanks

"Andy B" wrote:

Hi

If there is a formula in L4, you'll need to turn the result into a number.
Try something like:
=VALUE(yourformula)
in there.
Hope this helps.

--
Andy.


"Micayla Bergen" wrote in message
...
i have multiple formulas, i want to sum the results of formulas in columns
l
to q, then divide them by the total, i.e. L4:L10 divided by L4:Q10. but
the
results in those columns are from another column if the result of that
other
column falls within a certain category. so if D4 is either a, b, or c then
L4
= F which is a number, but the value in L4 isnt formatted as a number
therefore i cannot sum the values in column L. is there a way around this?




  #4   Report Post  
 
Posts: n/a
Default

Sorry, I wasn't precise enough!! I meant to drop your = sign and wrap it in
the VALUE!
=VALUE(IF(OR(LEN(A4)<=3,SUM(COUNTIF(A4,{"*cmt*","* divs*","*fund*"}))0),"",I4&J4))

--
Andy.


"Micayla Bergen" wrote in message
...
i tried that but it they said a value error
e.g.
=IF(OR(LEN(A4)<=3,SUM(COUNTIF(A4,{"*cmt*","*divs*" ,"*fund*"}))0),"",I4&J4)
becomes
=VALUE(=IF(OR(LEN(A4)<=3,SUM(COUNTIF(A4,{"*cmt*"," *divs*","*fund*"}))0),"",I4&J4))
?????
thanks

"Andy B" wrote:

Hi

If there is a formula in L4, you'll need to turn the result into a
number.
Try something like:
=VALUE(yourformula)
in there.
Hope this helps.

--
Andy.


"Micayla Bergen" wrote in
message
...
i have multiple formulas, i want to sum the results of formulas in
columns
l
to q, then divide them by the total, i.e. L4:L10 divided by L4:Q10. but
the
results in those columns are from another column if the result of that
other
column falls within a certain category. so if D4 is either a, b, or c
then
L4
= F which is a number, but the value in L4 isnt formatted as a number
therefore i cannot sum the values in column L. is there a way around
this?






  #5   Report Post  
 
Posts: n/a
Default

Hi

I've had another look at your formula and what I've sent you is rubbish! Can
you send me your sheet to have a look at? It'll make it easier to understand
where you're aiming!
My address is:
andyb at dawsons dot co dot uk

--
Andy.


<Andy B wrote in message ...
Sorry, I wasn't precise enough!! I meant to drop your = sign and wrap it
in the VALUE!
=VALUE(IF(OR(LEN(A4)<=3,SUM(COUNTIF(A4,{"*cmt*","* divs*","*fund*"}))0),"",I4&J4))

--
Andy.


"Micayla Bergen" wrote in
message ...
i tried that but it they said a value error
e.g.
=IF(OR(LEN(A4)<=3,SUM(COUNTIF(A4,{"*cmt*","*divs*" ,"*fund*"}))0),"",I4&J4)
becomes
=VALUE(=IF(OR(LEN(A4)<=3,SUM(COUNTIF(A4,{"*cmt*"," *divs*","*fund*"}))0),"",I4&J4))
?????
thanks

"Andy B" wrote:

Hi

If there is a formula in L4, you'll need to turn the result into a
number.
Try something like:
=VALUE(yourformula)
in there.
Hope this helps.

--
Andy.


"Micayla Bergen" wrote in
message
...
i have multiple formulas, i want to sum the results of formulas in
columns
l
to q, then divide them by the total, i.e. L4:L10 divided by L4:Q10.
but
the
results in those columns are from another column if the result of that
other
column falls within a certain category. so if D4 is either a, b, or c
then
L4
= F which is a number, but the value in L4 isnt formatted as a number
therefore i cannot sum the values in column L. is there a way around
this?







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
Is there a formula to spell out a number in excel? Sha-nay-nay Excel Worksheet Functions 2 December 18th 04 10:25 PM
Convert Numeric into Text Monty Excel Worksheet Functions 0 December 18th 04 10:25 PM
Formula Result Correct but value in the cell is wrong jac Excel Worksheet Functions 2 December 17th 04 09:05 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 04:13 PM
Excel 2003 - Formula result shows as 0:00 Serena Excel Worksheet Functions 4 November 11th 04 11:18 PM


All times are GMT +1. The time now is 06:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"