Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a formula to spell out a number in excel? | Excel Worksheet Functions | |||
Convert Numeric into Text | Excel Worksheet Functions | |||
Formula Result Correct but value in the cell is wrong | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions | |||
Excel 2003 - Formula result shows as 0:00 | Excel Worksheet Functions |