Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a worksheet with data. I need to be able to divide a number evenly
between 6 different cells. ie: A1=349.97 then B1 thru F1 should read 58.33 but since the numbers do not divide evenly I need G1 to read 58.32. I also need H1 to read 0.00 or blank. Please, please, please I need help I have been trying to figure it out on my own for the past few days!!! Thank You, -- NEYSA |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Put this formula in B1:
=ROUND($A1/6,2) and copy to cells C1:F1. Put this formula in G1: =A1-SUM(B1:F1) I'm not sure where H1 comes into it. Hope this helps. Pete NEYS wrote: I have a worksheet with data. I need to be able to divide a number evenly between 6 different cells. ie: A1=349.97 then B1 thru F1 should read 58.33 but since the numbers do not divide evenly I need G1 to read 58.32. I also need H1 to read 0.00 or blank. Please, please, please I need help I have been trying to figure it out on my own for the past few days!!! Thank You, -- NEYSA |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THANK YOU PETE_UK I WILL TRY IT
-- NEYSA "Pete_UK" wrote: Put this formula in B1: =ROUND($A1/6,2) and copy to cells C1:F1. Put this formula in G1: =A1-SUM(B1:F1) I'm not sure where H1 comes into it. Hope this helps. Pete NEYS wrote: I have a worksheet with data. I need to be able to divide a number evenly between 6 different cells. ie: A1=349.97 then B1 thru F1 should read 58.33 but since the numbers do not divide evenly I need G1 to read 58.32. I also need H1 to read 0.00 or blank. Please, please, please I need help I have been trying to figure it out on my own for the past few days!!! Thank You, -- NEYSA |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i THINK IT IS WORKING BUT NOW I WANT THE FIGURES TO SHOW UP IN C1 ONLY IF I
ENTER A DATE INTO B1 IE IF B1 IS BLANK THEN C1 SHOULD BE BLANK, IF 8/19/06 IS ENTEREDINTO B1 THEN C1 SHOULD HAVE A NUMBER ACCORDING TO THE FORMULA ENTERED. THANK YOU THANK YOU -- NEYSA "NEYS" wrote: I have a worksheet with data. I need to be able to divide a number evenly between 6 different cells. ie: A1=349.97 then B1 thru F1 should read 58.33 but since the numbers do not divide evenly I need G1 to read 58.32. I also need H1 to read 0.00 or blank. Please, please, please I need help I have been trying to figure it out on my own for the past few days!!! Thank You, -- NEYSA |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
SORRY 1 MORE PROBLEM, H1 NEEDS TO BE BLANK OR ZERO IF THE A1 IS DVIDED INTO
ALL CELLS EVENLY HOWEVER IT IS SHOWING #VALUE! INSTEAD. I AM NOT SURE WHAT FORMULA TO USE PLEASE PLEASE PLEASE HELP ME I AM GETTING FRUSTRATED WITH THIS PROBLEM. -- NEYSA "NEYS" wrote: i THINK IT IS WORKING BUT NOW I WANT THE FIGURES TO SHOW UP IN C1 ONLY IF I ENTER A DATE INTO B1 IE IF B1 IS BLANK THEN C1 SHOULD BE BLANK, IF 8/19/06 IS ENTEREDINTO B1 THEN C1 SHOULD HAVE A NUMBER ACCORDING TO THE FORMULA ENTERED. THANK YOU THANK YOU -- NEYSA "NEYS" wrote: I have a worksheet with data. I need to be able to divide a number evenly between 6 different cells. ie: A1=349.97 then B1 thru F1 should read 58.33 but since the numbers do not divide evenly I need G1 to read 58.32. I also need H1 to read 0.00 or blank. Please, please, please I need help I have been trying to figure it out on my own for the past few days!!! Thank You, -- NEYSA |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() It is also unclear what you want in H1 if they are equal blank is no problem, but if they are not equal what do you wish to do. this assumes b1 is a date, in your origianl post it is a1/6 but guess that is a typo. in c1 if(b10,round($a1/6,2),"") in G1 if(b10,a1-sum(c1-f1),"") in H1 If(b1=max(c1:f1),"",what do you want to do if it is not true?) Regards Dav -- Dav ------------------------------------------------------------------------ Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107 View this thread: http://www.excelforum.com/showthread...hreadid=572451 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Divide numbers and distribute evenly. | Excel Worksheet Functions | |||
Why are 1/2 my numbers imported as text and the rest as numbers? | Excel Discussion (Misc queries) | |||
VLOOKUP should compare numbers stored as text to plain numbers. | Excel Worksheet Functions | |||
Checking Winning Numbers in the Lottery. | Excel Discussion (Misc queries) | |||
Sorting when some numbers have a text suffix | Excel Discussion (Misc queries) |