Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is a simplified version of a table i made in excel:
A B C D E 1 1 1 2 3 2 1 2 4 5 3 1 6 6.03 4.5 4 2 2 3 4 5 2 2 5 3.33 6 3 3 3 34 7 4 5 6 3 8 4 1 2 3 9 4 8 3 9.9 10 4 5 9 2.2 11 4 1 9 5 12 4 7 4 1 Iwant to generate a column E. Whenever A1=1 then B=1 and C=2(which is the first row) so for all A=1 E should use B=1 and C=2 and generate BC-D (note D is the corresponding value in each E column cells). So E1=((1*2)-3)=-1, E2=((1*2)-5)=-3; E3=((1*2)-6.03)=-4.03 E4=((2*3)-4)=2, E5=((2*3)-3.33)=2.67, E6=((3*3)-34)=-25, E7=((5*6)-3)=27, E8=((5*6)-3)=27, E9=((5*6)-9.9)=20.1, E10=((5*6)-2.2)=27.8, E11=((5*6)-5)=25, E12=((5*6)-1)=29 I hope there is a solution to this problem as my real table has over 9000 rows and over 100 zones. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table, display a value underneath another value in the values zone. | Excel Discussion (Misc queries) | |||
convert time from one zone to other zone in excel | Excel Worksheet Functions | |||
Sum values depending in values next column | Excel Discussion (Misc queries) | |||
Sum values depending on prefefined criterias | Excel Discussion (Misc queries) | |||
How to conditionally sum values depending on values in other colums | Excel Programming |