ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   move sum to different columns (https://www.excelbanter.com/excel-discussion-misc-queries/215938-move-sum-different-columns.html)

tkincaid

move sum to different columns
 
I have a total in coumn L, I need to move this total based it its size, if
equal or less than 3 it goes in column d, if less than or equal to 6 and
greater than 3 it goes in column e, then if equal to or less than 12 and
greater than 6 it goes in column f. Can this be done and how.

thanks

Bob Phillips[_3_]

move sum to different columns
 
Dn: =IF(sum_formula<=3,sum_formula,"")
En: =IF(AND(sum_formula3,sum_formula<=6),sum_formula, "")

etc.

--
__________________________________
HTH

Bob

"tkincaid" wrote in message
...
I have a total in coumn L, I need to move this total based it its size, if
equal or less than 3 it goes in column d, if less than or equal to 6 and
greater than 3 it goes in column e, then if equal to or less than 12 and
greater than 6 it goes in column f. Can this be done and how.

thanks




tkincaid

move sum to different columns
 
i will try this on Monday when I get back to work, I assume I put this in
each cell. I will let you know.

Thanks

"Bob Phillips" wrote:

Dn: =IF(sum_formula<=3,sum_formula,"")
En: =IF(AND(sum_formula3,sum_formula<=6),sum_formula, "")

etc.

--
__________________________________
HTH

Bob

"tkincaid" wrote in message
...
I have a total in coumn L, I need to move this total based it its size, if
equal or less than 3 it goes in column d, if less than or equal to 6 and
greater than 3 it goes in column e, then if equal to or less than 12 and
greater than 6 it goes in column f. Can this be done and how.

thanks






All times are GMT +1. The time now is 02:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com