#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default pounds and pisters

i want to make separated cells for pounds and pisters and sum the total of
them.If pisters more than or equal 100 pisters, the integers automatically
add to the sum of pounds.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default pounds and pisters

YaSso wrote:
i want to make separated cells for pounds and pisters and sum the total of
them.If pisters more than or equal 100 pisters, the integers automatically
add to the sum of pounds.



If your Pounds are in Column A and pisters (I am not familiar with that
currency) in Column B
use the following formula:

=(SUM(A1:A6))+(SUM(B1:B6)/100)

This will give pounds.pisters

edvwvw

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200805/1

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default pounds and pisters

thank u for ur help but acctually i want the tolal of pisters below cells in
column B and the the total of pounds below cells in column A,

"edvwvw via OfficeKB.com" wrote:

YaSso wrote:
i want to make separated cells for pounds and pisters and sum the total of
them.If pisters more than or equal 100 pisters, the integers automatically
add to the sum of pounds.



If your Pounds are in Column A and pisters (I am not familiar with that
currency) in Column B
use the following formula:

=(SUM(A1:A6))+(SUM(B1:B6)/100)

This will give pounds.pisters

edvwvw

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200805/1


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default pounds and pisters

=SUM(A1:A6)+INT(SUM(B1:B6)/100) for A
=MOD(SUM(B1:B6),100) for B
--
David Biddulph

"YaSso" wrote in message
...
thank u for ur help but acctually i want the tolal of pisters below cells
in
column B and the the total of pounds below cells in column A,

"edvwvw via OfficeKB.com" wrote:

YaSso wrote:
i want to make separated cells for pounds and pisters and sum the total
of
them.If pisters more than or equal 100 pisters, the integers
automatically
add to the sum of pounds.



If your Pounds are in Column A and pisters (I am not familiar with that
currency) in Column B
use the following formula:

=(SUM(A1:A6))+(SUM(B1:B6)/100)

This will give pounds.pisters

edvwvw

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200805/1




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default pounds and pisters

I'm betting on "piasters" or "piastres"


Gord Dibben MS Excel MVP

On Mon, 19 May 2008 14:39:46 GMT, "edvwvw via OfficeKB.com" <u42512@uwe wrote:

and pisters (I am not familiar with that
currency) in Column B




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
Convert Grams to Pounds Stonepost Excel Discussion (Misc queries) 3 October 11th 07 04:09 PM
How set up a spread in pounds & ounces? Peter Excel Discussion (Misc queries) 4 August 27th 05 12:05 PM
How do I add Pounds, Shillings and Pence? alanturner12 Excel Discussion (Misc queries) 1 July 24th 05 02:45 PM
pounds multiplied by hours rsw1984 Excel Worksheet Functions 2 April 19th 05 12:07 PM
How can I add pounds and ounces in excel, Agoogirl Excel Discussion (Misc queries) 3 January 5th 05 10:00 PM


All times are GMT +1. The time now is 06:05 PM.

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"