How to produce invoices in excel as opposed to Sage because it works better for them, with this in mind I will have to use excel for everything......
My invoice layout is basically like this.
Travel Hours Site Hours Rate Additional Material Total
2.00 2.00 1 £180.00
1.00 1.00 1.5 £135.00
I have different rates for different customers......then I have 3 rates for each of those customer. So If I charge £45p/h to one customer (normal rate) it then becomes 67.50p/h (1.5) and £90.00p/h (2).....depending on the time of call out. You will see above that one call out could incorperate two different rates, depending on arrival and departure time etc.
1) How do I get a value (travel and site hours) converted into £
2) How do I set a specific value for each rate customer, and rate? Can I have a rate saved so i can then select that rate relevant to that customer when inputting?
How to make EXCEL 2007 Automatically convert all my CURRENCY symbols in all cells formatted for CURRENCY in THE SAME SHEET to the one and ONLY currency selected in JUST ONE cell ? (i mean, after conversion, all of them are Not just display currency symbols, but Calculable monetary values like regular Excel's built-in currency format)
I am a dummy in VBA so I really am not familiar at all if the solution is really one of VBA. I don't even know how to start programming VBA at all in Excel.
I need to display the currency symbols for all European & Asia Pacific countries. The only ones available that I could find in excel help are €, ¥, £. Does anyone know if there are more available? This seems limiting.
I am working on a sheet that logs sales enquiries and quotations. The quotations may be made in either Dollars, Euros or Pounds. However, I want the 'reporting' column to be Pounds. I would appreciate any advice on the simplest way of achieving this.
Imagine column A is dollars, column B is Euros and column C is pounds. Most of the time the quotations are done in pounds and the other two columns will be blank. Also, there will only ever be one figure quoted per row. Would it be easier to create a fourth column (D) to consolidate the three separate figures together? We are using fixed exchange rates for the year, so to convert to pounds we will multiply any dollar quotations by 0.5 and any euro quotations will be multiplied by 0.69.
I have a very frustrating problem with my business plan i am writing in Excel. every so often it crashes and when I open it again all the £ signs have turned to $ signs and i have to go through and painstakingly change them all. This also happens even if I just close the file carefully and open it up again. I have tried looking in preferences to see if there is a default setting but can't seem to work it out. can anyone help me with this tiresome issue?
i have an order book which lists the value of each order against the currency it was ordered in. So in column A i have a list of currencies (THB, GBP, AUD, USD, the user clicks the appropriate one) and in column B i have the figure (23.50). I want a formula that can convert all these in GBP so that i can report the order totals in one currency in column C. =(IF A1="THB", B1/50, "") can i adapt this to include all variables? I will add a table with the currency conversion rates.
I have a textbox on a form that has a default value of 0.00. When the user enters a number I want it to format it to currency with two decimal places. I've tried form.textbox1.text = formatcurrency(textbox1.text,"0.00") but it won't format it to two decimal places.
I am having a problem defining a currency format based on an IF statement. My statement looks like this......... =IF(E22=1,"USD",IF(E22=2,"CAD",IF(E22=3,"EURO","USD")))
What I want is to show $ when USD or CAD is returned and € when EURO is returned.
I am using Excel 2003 and have a column within my spreadsheet that, through a formula, inserts a decimal that has formatting to show as a percent. I would like to know who to convert that number to words. I saw spellnumber (and love it!) but don't know how to edit it so that it converts properly.
I am a complete newbie at Excel, but trying to set up a simple worksheet that I can use to save a lot of time. I have a list of names and each has a paper delivered each day.
Can I set it up to treat the name of the paper ie. Tel as a value ie. 0.35? and then have it total etc?
When using the formula '= CELL("format",G3)' the result is ',2' for Euros, US and Canadian Dollars. As you can see in my spreadsheet this does not enable me to calculate sums (ie. Total Canadian Dollars) using the currency format. Is there something other than "format" that would get a more precise result that would differentiate between currencies?
I am trying to filter data using VB. I have a bunch of data that has currency. Some of the currency contains cents such as "32.50". I would like a user to be able to enter "32" and have everthing that is 32 dollars pop up even though there is a decimil point with cents in it. In the code below I tried using different variations of the "*" I tried putting it before, after, and both and it still dosen't work. I also tried using Range("Search!D17") as a Value and a Text. My code works filtering when I put the exact amount in for the currency but for some reason I can't get it to work when I only put in a partial amount
If Range("Search!D17").Value = "" Then Goto 14 Else: Goto 13 13 Selection.AutoFilter Field:=13, Criteria1:= "*" & Range("Search!D17").Value "*", Operator:=xlAnd 14
I know that Excel has a function to import currnecy rates from the MSN Money web site. But MSN Money doesn't support all currencies. I would like to build an excel sheet where a user can maintain the currency codes and the currency rate is being fetched from the internet. Does anybody have a suggestion from where I could get currency rates into Excel?
I've got an Excel VBA Macro that takes data from a UserForm and TextBox and inputs a value into a cell on a spreadsheet.
I'm having issues when this value is input into a cell that's formatted for "Accounting". I've tried all the tricks I can think of to get the value to display correctly, but the correct currency formatting is only displayed when I manually select the cell and hit the ENTER button.
The value of PriceBox is derived from a TextBox input by the user (9000 for example).
I need to be able to format a textbox as curancy. Simple enough, right?
The problem is that this box is loaded from two sources. The first is automatic using the change event, this works well. The second is to enter directly into the textbox, which requires using the exit event, this also works.
The problem comes when I try to use both events. The change event interfers with the direct entry (the format keeps changing the entered value and will not allow the user to finish entering).
I have a sheet of prices in USD, and want to be able to convert those numbers to Euro. I realize there is no formula to do this...
I was going to list USD prices in cell A (which I was going to hide), and then in B have a formula to multiple the contents of cell A with the exchange rate.
Is there a way I can create a dropdown cell and based on the contents of the dropdown change the currency items in cell B?
I have a problem here with the currency style, when I put the number in the cell and clicked the currency style button, the currency is placed in the left side and the number is in right side. How can I make it both in the middle? http://i44.tinypic.com/bfnbqd.jpg
The FOB PRICE in sheet JAN09SEA is in any of three currencies, HKD EUR or USD. The output on sheet CONSOLIDATE should only be USD. Also, you can see that some countries send their freight in two or even three different currencies. This would need to be accounted for. Additionally to the currency issue, I need to sort the output to RM or FG. For that, on sheet CONSOLIDATE, we have a button located in G1 to switch types. E.G. if presses for FG, the formula should only check for the values where the row is marked with FG in column X.
The freight charge is always in HKD and needs to be converted to USD as well. Also it should be FREIGHT = FREIGHT CHARGE + SURCHARGE converted to USD.
This is quite a lot of information. I hope someone can think of a solution for the problems. If you need more information.
I have a spreadsheet with cells defined as Euro & Dollars. I want to add an automatic conversion so for example, if a cell is defined as $ the formula will return the sum X 4 and if it is Euro than sum X 5.
I tried to use "if" combined with "search" (so if the cell contains "$" multiply by 4) but since the cell is defined as currency the $ sign does not appear and cannot be searched…
The negative numbers in my currency format does not have any numbers with parenthesis or minus, is there any way that the default format can be changed other than always trying to use a custom format.
I have a userform that one textbox takes it's value from a cell in sheet3.(k2). The format of this cell is currency. How the textbox takes the same format as the cell?
In the same userform i have a series(prcase1,prcase2..) of textboxes that i want to have currency format as the user type numbers on these.