I have a worksheet which contains amount, quantity and total where total is amount*quantity. The problems is that my amount contains to sub columns KD and fils, I manage to get the total but the total is not displayed in KD and fils infact the total is displayed in just one column.
Could you please help me out
Regards
Tiyara
It's hard to follow without an example of your spreadsheet and what you are trying to obtain but here's what I think you are asking for.
In one column, let's say E, you want Total Amount * Quantity.
You have Quantity in Column D so that's not a problem but amount is either
1. the sum of two columns (B and C) or
2. either column B or C, it varies.
I think in either case in column E, you could useSorry if I got this all wrong and I might have.=(B2+C2)*D2
ChemistB
Hi,
Thank you for your reply...i will explain my spreadsheet clearly...
Unit Price Quantity Total
KD Fils KD. Fils
4 0.5 3
10 0.1 4
9 200 2
As, you can see.....the unit price is mentioned in seperate columns....as KD. and fils ( A column for KD and B column for fils...and C column for Quantity)
Now, I know total will be (A1+B1) * C1.........hence the total being displayed in D1 which is 13.500 in the above example.....but I want the total to come in seperate columns.....for instance the 13 to be in D1 and the .500 value to be in E1....
I hope i explained it properly
Regards
Tiyara
Last edited by tiyara; 08-31-2008 at 04:17 AM. Reason: No title
In D1In E1=INT(A1+B1)*C1Does that work for you?=(A1+B1)*C1-D1
ChemistB
see the attachment
here is an example for you
Okay, I looked at the attachment and it looks like you are using the formulas I suggested. What is it not doing that you want it to do?
ChemistB
Hi,
Thank you for all the help, I managed to get the problem solved...
Attached is a sample of the excel sheet i was looking for, maybe you could help me modify it in a better way.
Regards
Tiyara
Try this:
H9
I9=INT((G9/1000+F9)*E9)
=1000*((G9/1000+F9)*E9-H9)
Thank you for your reply ...both the codes are working perfectly fine...appreciate all the help
Regards
Tiyara
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks