Questions tagged [excel-2003]

The Excel-2003 tag is used for referencing the Excel Version 2003 spreadsheet application from Microsoft. The version independent Tag is "excel". If your question is about VBA then also tag it VBA. If it is about an Excel formula or worksheet function, then tag it excel-formula or worksheet-function.

Excel 2003 is the 11th version of Microsoft's commercial spreadsheet program, and the last to feature the original toolbar interface.

Very few changes were made from Excel 2002 to 2003 (see below for link). Built-in XML support and List features were added.

This tag is used for questions specific to the 2003 version of the program. However, it is usually used in tandem with other tags, to let SO users know what your question is about. If your question is about VBA then also tag it . If it is about an Excel formula, tag it or . Questions about addins for Excel 2003 should be tagged .

Links:

679 questions
-3
votes
1 answer

Split information from 1 column to 4 columns in Excel 2003

I have a list in Excel 2003 with employer information. I receive the list with the information in the same column: something dates: SECTOR X NAME KETCHUP, ASH 25/01/2017 31/02/2017 DORKMAN, RYAN 28/01/2017 30/05/2017 PEROTI,…
fightsaber
  • 31
  • 1
  • 6
-3
votes
3 answers

Time Calculation in Excel VBA

I am getting time as 23300000 i.e. hhMMssmm format as string and I want to calculate difference of such two values. Here hh is hours, MM is minutes, ss is seconds, and mm is 60th of second. Using VBA for Excel 2003
Rohit Chaudhari
  • 757
  • 3
  • 14
  • 33
-3
votes
2 answers

SUMIF function (by employee, by month)

Month Employee Cost Sept Emp 1 £1.10 Sept Emp 2 £15.00 Sept Emp 3 £11.88 Sept Emp 3 £8.52 Oct Emp 3 £20.73 Oct Emp 3 £58.33 Oct Emp 2 £2.00 Oct Emp 1 £38.02 Oct Emp 2 £7.81 I am trying to…
-4
votes
1 answer

Adding multiple values from a filtered list to a string which will then be used to create an email list

I am trying to create a string using VBA that includes all visible values after being filtered in cells B8 to B1129 separated by a semicolon. Can anybody help me with this?
1 2 3
45
46