#1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10
Default Calculation

Can u pls solve this


Packs Quantity Total
500Kg 10 #VALUE!

i need the total value as 5000Kg


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Calculation

=LEFT(A1,3)*B1 & "Kg"
--
Gary''s Student - gsnu200804
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10
Default Calculation

what if the digits r more than 3 or different digits how to do it can u pls
help

"Gary''s Student" wrote:

=LEFT(A1,3)*B1 & "Kg"
--
Gary''s Student - gsnu200804

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 168
Default Calculation

And just to expand on GS's reply,
=LEFT(A1,LEN(A1)-2)*B1&"Kg"

will allow for pack sizes to be 1Kg or 2.5Kg or 5000Kg
or whatever.

HTH
Martin



"Gary''s Student" wrote in message
...
=LEFT(A1,3)*B1 & "Kg"
--
Gary''s Student - gsnu200804



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10
Default Calculation

thanks soo much

"MartinW" wrote:

And just to expand on GS's reply,
=LEFT(A1,LEN(A1)-2)*B1&"Kg"

will allow for pack sizes to be 1Kg or 2.5Kg or 5000Kg
or whatever.

HTH
Martin



"Gary''s Student" wrote in message
...
=LEFT(A1,3)*B1 & "Kg"
--
Gary''s Student - gsnu200804






  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10
Default Calculation

can u help me to get the grand total too

Packs Quantity Total
500Kg 10 5000$
600kg 25 15000$
500kg 10 5000$
60000kg 5 300000$




Grand Total #VALUE!

"sajith" wrote:

thanks soo much

"MartinW" wrote:

And just to expand on GS's reply,
=LEFT(A1,LEN(A1)-2)*B1&"Kg"

will allow for pack sizes to be 1Kg or 2.5Kg or 5000Kg
or whatever.

HTH
Martin



"Gary''s Student" wrote in message
...
=LEFT(A1,3)*B1 & "Kg"
--
Gary''s Student - gsnu200804




  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,646
Default Calculation

I supposed that you have Total in column D and you have 5000kg as in your
first post and not 5000$.
=SUM(VALUE(LEFT(D8:D11,LEN(D8:D11)-2)))
as an array formula (confirmed with Ctrl+Shift+Enter).
Anyway I suggest in order of easier usage to use pure numbers and to place
measure of unit in the header or in a separate column.

If cell contents are really 5000$, etc. then the formula is
=SUM(VALUE(LEFT(D8:D11,LEN(D8:D11)-1)))

Regards,
Stefi

€˛sajith€¯ ezt Ć*rta:

can u help me to get the grand total too

Packs Quantity Total
500Kg 10 5000$
600kg 25 15000$
500kg 10 5000$
60000kg 5 300000$




Grand Total #VALUE!

"sajith" wrote:

thanks soo much

"MartinW" wrote:

And just to expand on GS's reply,
=LEFT(A1,LEN(A1)-2)*B1&"Kg"

will allow for pack sizes to be 1Kg or 2.5Kg or 5000Kg
or whatever.

HTH
Martin



"Gary''s Student" wrote in message
...
=LEFT(A1,3)*B1 & "Kg"
--
Gary''s Student - gsnu200804



  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,480
Default Calculation

Hi

For the cells holding the pack sizes, FormatCellsNumberCustom General
"Kg"
Just enter the values in the cell, e.g 500 and it will appear as 500 Kg
For your Totals it is then what you already have
=A2*B2

--
Regards
Roger Govier

"sajith" wrote in message
...
Can u pls solve this


Packs Quantity Total
500Kg 10 #VALUE!

i need the total value as 5000Kg


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
If Calculation skateblade Excel Worksheet Functions 4 May 31st 06 12:03 PM
Age calculation RobertLees Excel Discussion (Misc queries) 1 March 23rd 06 11:37 PM
calculation john Setting up and Configuration of Excel 1 November 29th 05 01:42 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 06:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"