Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Carlos
 
Posts: n/a
Default new to excel...

Hi all,

I am a programmer but have not used excel in a long time...
I am considering myself a new user, and I just exported
a couple of sql server tables into excel spreadsheets that
I need to compile into a report. The data is basically a product
of a survey from which I need to do summaries and charts.
The first question is :
Is there a way to summarize using conditionals? That is, while the
summary is being done, to have counters for different values?

The nex is to what is the easiest way to produce a frequency chart
from value results in a column.

Thanks, and have a wonderful day.

Carlos


  #2   Report Post  
Carole O
 
Posts: n/a
Default

Before you start, be aware that importing from sql may include a space in
each cell (you won't see it, but it might be there) which makes your data
text, not numberic. After you import, go to a blank cell and key in
=ISTEXT(C1) - or any cell that has what looks like a number. If it comes
back TRUE, your date - even though it looks like a number, is viewed by Excel
as text.

Try this macro from David McRitchie - it trims the spaces and Excel thinks
it is numeric (Try the =ISTEXT(C1) again. It should come back FALSE.

Copy the macro, open up the spreadsheet that has your pasted sql data.
Right click on the tab, select View Code, paste the macro, and click on run.

Look for TRIMALL, it's about half way down the page:

http://www.mvps.org/dmcritchie/excel/join.htm

Carole O

"Carlos" wrote:

Hi all,

I am a programmer but have not used excel in a long time...
I am considering myself a new user, and I just exported
a couple of sql server tables into excel spreadsheets that
I need to compile into a report. The data is basically a product
of a survey from which I need to do summaries and charts.
The first question is :
Is there a way to summarize using conditionals? That is, while the
summary is being done, to have counters for different values?

The nex is to what is the easiest way to produce a frequency chart
from value results in a column.

Thanks, and have a wonderful day.

Carlos



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
Stop Excel Rounding Dates leinad512 Excel Discussion (Misc queries) 1 April 20th 05 04:19 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
Excel error - Startup (and Acrobat PDFMaker) gxdata Setting up and Configuration of Excel 0 February 4th 05 03:44 AM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM
Shortcut file fails to open JimH Excel Discussion (Misc queries) 3 January 15th 05 10:13 PM


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