Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default Total of a certain currency

Hi

Im working on an invoicing workbook sometime i have to issue invoices
in GBP not only in USD
they are in currency format and i am trying to find a way to have a
formula that allows me to know the total amout of all the invoices in
GBP and all the invoices issued in USD

G
15 Invoicing amount
16 50,000.00 $
17 3,000.00 GBP

23 Total GBP ???
24 Total USD ???
25 Thank you in advance
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Total of a certain currency

Is the $ and GBP achieved by formatting the cells, or is it a text string
for the amount that includes the currency indicator?

--
__________________________________
HTH

Bob

"Tia" wrote in message
...
Hi

Im working on an invoicing workbook sometime i have to issue invoices
in GBP not only in USD
they are in currency format and i am trying to find a way to have a
formula that allows me to know the total amout of all the invoices in
GBP and all the invoices issued in USD

G
15 Invoicing amount
16 50,000.00 $
17 3,000.00 GBP

23 Total GBP ???
24 Total USD ???
25 Thank you in advance



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default Total of a certain currency

On Aug 4, 1:18*pm, "Bob Phillips" wrote:
Is the $ and GBP achieved by formatting the cells, or is it a text string
for the amount that includes the currency indicator?

--
__________________________________
HTH

Bob

"Tia" wrote in message

...



Hi


Im working on an invoicing workbook sometime i have to issue invoices
in GBP not only in USD
they are in currency format and i am trying to find a way to have a
formula that allows me to know the total amout of all the invoices in
GBP and all the invoices issued in USD


* * * * * * *G
15 *Invoicing amount
16 50,000.00 $
17 3,000.00 GBP


23 Total GBP ???
24 Total USD ???
25 Thank you in advance- Hide quoted text -


- Show quoted text -


Yes the $ and GBP achieved by formatting the cells
the amouts are set in a formating way $ or GBP what i need is to sum
the $$$ amounts alone and the GBP amounts alone in an automatic way
withoust selecting the
Total $=SUM(G16+G18+G20+G21)
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Total of a certain currency

That is a shame, the formatting function returns the same value whether
formatted as $ or GBP.

You would need to enter the currency symbol in a separate column to be able
to automatically sum the amounts.

--
__________________________________
HTH

Bob

"Tia" wrote in message
...
On Aug 4, 1:18 pm, "Bob Phillips" wrote:
Is the $ and GBP achieved by formatting the cells, or is it a text string
for the amount that includes the currency indicator?

--
__________________________________
HTH

Bob

"Tia" wrote in message

...



Hi


Im working on an invoicing workbook sometime i have to issue invoices
in GBP not only in USD
they are in currency format and i am trying to find a way to have a
formula that allows me to know the total amout of all the invoices in
GBP and all the invoices issued in USD


G
15 Invoicing amount
16 50,000.00 $
17 3,000.00 GBP


23 Total GBP ???
24 Total USD ???
25 Thank you in advance- Hide quoted text -


- Show quoted text -


Yes the $ and GBP achieved by formatting the cells
the amouts are set in a formating way $ or GBP what i need is to sum
the $$$ amounts alone and the GBP amounts alone in an automatic way
withoust selecting the
Total $=SUM(G16+G18+G20+G21)


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default Total of a certain currency

Are there always GBP and USD on these sheets? Actually, I guess the more
important question is are the USD amounts always on an even numbered row, and
the GBP always on an odd numbered row?
--
John C


"Tia" wrote:

On Aug 4, 1:18 pm, "Bob Phillips" wrote:
Is the $ and GBP achieved by formatting the cells, or is it a text string
for the amount that includes the currency indicator?

--
__________________________________
HTH

Bob

"Tia" wrote in message

...



Hi


Im working on an invoicing workbook sometime i have to issue invoices
in GBP not only in USD
they are in currency format and i am trying to find a way to have a
formula that allows me to know the total amout of all the invoices in
GBP and all the invoices issued in USD


G
15 Invoicing amount
16 50,000.00 $
17 3,000.00 GBP


23 Total GBP ???
24 Total USD ???
25 Thank you in advance- Hide quoted text -


- Show quoted text -


Yes the $ and GBP achieved by formatting the cells
the amouts are set in a formating way $ or GBP what i need is to sum
the $$$ amounts alone and the GBP amounts alone in an automatic way
withoust selecting the
Total $=SUM(G16+G18+G20+G21)



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Total of a certain currency

I tried using CELL to do this, but couldn't make it work. There is an
alternative in the morefunc group that will work.
http://www.freedownloadscenter.com/B.../Morefunc.html

Formula would be:
=SUMPRODUCT(--(XLM.GET.CELL(7,B1:B9)="$#,##0.00"),B1:B9)

You would have to find the exact format you are using and enter it in
there.
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
Excel 2002 : Any single button to get sub total and grand total ? Mr. Low Excel Discussion (Misc queries) 2 May 22nd 07 08:46 AM
Total column changes colors when total equals sum of other columns newstacy New Users to Excel 1 April 21st 07 09:00 PM
calculate count on 2006 total, 2005 total, etc... Amanda Deshotel Excel Worksheet Functions 6 September 28th 06 11:59 PM
Pivots - Auto calc % Sub total is of grand total VBA Noob Excel Discussion (Misc queries) 3 August 8th 06 08:46 PM
Adding Data Using Multiple Worksheets to Total into a Grand Total Lillie Excel Worksheet Functions 1 April 19th 05 08:34 PM


All times are GMT +1. The time now is 11:43 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"