| Who | When |
Messages | |
|
|
|
| Richard Burton
|
2211
|
 |
|
22-04-2009 12:20 PM BST
|
|
/m2205The sheet name can be accessed through the filename function. I can't get on excel to give you the excact format but you should be able to find the exact format on the web somewhere. If I can get on Excel I will find it for you. That would give you a generic reference to the sheet name that can easily be copied. Good luck Richard
|
| Richard Burton
|
2212
|
 |
|
22-04-2009 12:23 PM BST
|
|
/m2206If the addresses are stored as a string in one cell you can use the Excel filter function. It has an option to filter but leave only unique records. Otherwise, you may be able to do something with conditional formatting if the addresses can be sorted into an sensible order. Richard
|
| Neha
|
2213
|
 |
|
28-04-2009 02:24 AM BST
|
|
My query is what can cause the excel links to not work properly. I am currently refering cell B2 to A2. A2 has returned an answer of $35000. But B2 is not reflecting $35000. Instead the value is something completely different. I am not performing any other operations or function in B2 like add, subtract, or anyhthing- it's a simple reference to the previous cell. I will greatly appreciate help with this
|
| Richard Burton
|
2214
|
 |
|
28-04-2009 08:04 AM BST
|
|
Assuming the formula is =A2, try recalcing the spreadsheet.A;A;A;A;A;A;A;________________________________A;From: QT - Neha <qtopic-27-tHAhkTQwWtmq@quicktopic.com>A;To: QT topic subscribers <qtopic-subs@quicktopic.com>A;Sent: Tuesday, 28 April, 2009 2:24:40A;Subject:Help with Excel functions (www.meadinkent.co.uk)A;A;--QT-------------------------------------------------------------A; Reply by email or visitA; http://www.quicktopic.com/27/H/tHAhkTQwWtmq/m2213A;--------------------------------------------------------------- -A;A;My query is what can cause the excel links to not work properly.A;I am currently refering cell B2 to A2. A2 has returned anA;answer of $35000. But B2 is not reflecting $35000. Instead theA;value is something completely different. I am not performingA;any other operations or function in B2 like add, subtract, orA;anyhthing- it's a simple reference to the previous cell.A;I will greatly appreciate help with thisA;_________________________________________________________________A;To unsubscribe: http://www.quicktopic.com/27/X/tHAhkTQwWtmqA;Start your own topic in 20 seconds: http://www.quicktopic.com |QTA;A;A;
|
Jerry Woods
|
2215
|
 |
|
18-05-2009 07:34 PM BST
|
|
I am trying to create spreadsheet that has start time in column a, ending time in column b. column c heading is 8:00 am, column d heading is 8:15 am, column e heading is 8:30 am, etc.... through to 9:00 pm. I want to create a fomula to place a one in a cell if the times in columns a and b occur. If a start time was 8:00 am in column a and ending time was 8:45 am in column b, then there would be a 1 in columns labeled 8:00, 8:15, 8:30, and 8:45. The other columns should have a zero in it. Would really appreciate some assistance. Can you help?
|
| Richard Burton
|
2216
|
 |
|
18-05-2009 08:16 PM BST
|
|
/m2215Hi Jerry, You should be able to do this with an IF function. Something on the lines of... =if(and(C$1>=A$1$,C$1<=B$1$),1,0) Unfortunately I don't have access to Excel at the moment so I can't check the formula but it should give you the idea of how to achieve the result you want. Good luck PS you could also add some conditional formatting to give the sheet some graphicalk impact as well.
|
| Margaret
|
2217
|
 |
|
20-05-2009 11:48 AM BST
|
|
I want to work out the gross profit we make on an individual job. A1 = cost to client (the amount we invoice for) e.g. £4200 A2 = what our actual cost was e.g. £3150
What formula do I use to work out the gross profit on this job.
|
| Richard Burton
|
2218
|
 |
|
20-05-2009 02:49 PM BST
|
|
/m2217Hi Margaret, In A3 you could put =A1-A2 Good luck.
|
| Margaret
|
2219
|
 |
|
22-05-2009 04:06 PM BST
|
|
Hi Richard
I wasn't clear in my message 2217. I want to work out the gross profit as a percentage not as a straight figure.
|
| RICHARD BURTON
|
2220
|
 |
|
22-05-2009 04:32 PM BST
|
|
/m2219Hi Margaret, Then =(A1-A2)/A1 Format the cell to show the answer as a percentage. Good luck
|
| Julie
|
2221
|
 |
|
26-05-2009 03:06 PM BST
|
|
Hi, I'd want to create a chart that shows 5 people's names with what they did over 3 (financial) years together i.e. Apr06-Mar07; Apr07-Mar-08;Apr08-Mar09 for every person.
Thanks
|
| RICHARD BURTON
|
2222
|
 |
|
27-05-2009 09:07 AM BST
|
|
/m2221Hi Julie, I would suggest that, if your data is already organised, that you try the chart wizard. Where this is depends upon the version of Excel you are using but once you find it, it is good at getting basic charts working. HTH Richard
|
| sanj
|
2223
|
 |
|
31-05-2009 08:42 PM BST
|
|
Hi,
I'm using your (very) useful macro to export to XML from Excel, is it possible to end if the next row is empty?
Thanks
|
| Udekara Sahu
|
2224
|
 |
|
23-06-2009 11:22 AM BST
|
|
Edited by author 23-06-2009 11:25 AM
i am unable to find any solution for converting number to words in excel. so please help me sir. plese send the solution on my Email ID-udekara@yahoo.com
|
| RICHARD BURTON
|
2225
|
 |
|
23-06-2009 11:42 AM BST
|
|
|
| Thomas
|
2226
|
 |
|
04-07-2009 05:02 AM BST
|
|
I'm having trouble with a spreadsheet, hope you can help, because I'm stumped. In my case, if I enter a formula in a cell, the formula is shown in the cell, rather than the result of the formula entered. I've never seen anything like this. I can go to another column and enter the formuala, and see the appropriate results, but for some reason I have a number of columns that are displaying this problem. Seems like some kind of formatting issue, as I can drag a column that reflects the appropriate results using a formula, and drop it over the problem column, and everything is fine. Weird.
|