Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default 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




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
Move Rows to Columns DOwens Excel Discussion (Misc queries) 3 November 28th 07 04:15 PM
move multiple columns into single set of columns mrg9999 Excel Discussion (Misc queries) 1 September 25th 07 05:08 AM
Excel - move between columns Jody R - Trees Excel Discussion (Misc queries) 2 August 1st 05 09:01 PM
Brake & Move Columns Dale Excel Worksheet Functions 1 June 20th 05 03:43 PM
Move rows to columns Daniell Excel Worksheet Functions 2 March 24th 05 11:51 PM


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