Simple VBA Deletion of certain rows.Good evening all.
this seems so simple but I have tried searching Google, but to no avail. And
so I do hope someone can help me here.
I am simply looking for code to delete the rows that have Zero in Column C,
a simple example as follows:
Formats: A=Text, B=Text, C=Number
A B C
1 Header Header Header
2 003 M080 85.26
3 005 M080 0.00
4 004 M076 25.25
5 002 M085 0.00
6 006 M564 0.00
7 001 K798 ...
sumifs helpI have the following formula.
=SUMIFS(Table1[2],$A$11:$A$22,$A38,$B$11:$B$22,$B38)
It now needs to be changed to a formula that can handle text instead of
numbers.
How do i do it?
Use Countif instead of Sumif
from
=SUMIF(Table1[2],$A$11:$A$22,$A38,$B$11:$B$22,$B38)
to
=CountIF(Table1[2],$A$11:$A$22,$A38,$B$11:$B$22,$B38)
Do you really have a function Countifs with an "S" at the end? thie
maybe an UDF that needs to be modified.
--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this th...
Help !I need to create a data input screen on excel where multiple users
at the same time will use them & input data.
This data then needs to be stored as a database as well, where i can
use it to understand trends
Thank you.
and the question is ...?
<abrahamsaj@gmail.com> wrote in message
news:1132155054.927936.191640@z14g2000cwz.googlegroups.com...
>I need to create a data input screen on excel where multiple users
> at the same time will use them & input data.
> This data then needs to be stored as a database as well, where i can
> use it to understand trends
>...
MS Query variableIs it possible to pass a variable to an MS query from
and excel spreadsheet.
ie. can the user enter something into a cell on sheet1
and this be called into an MSquery and the query run on
this info?
Dean
This is certainly possible. However the MSquery results must be
returned to excel.
You need to access the query properties (right click in the data
returned area) and select the Parameters option.
This menu option is sensitive to the fact that the query is expecting
parameters so ensure that the query is constructed for this first.
(MSQuery help hsows you how)
Then it is simply a m...
Help with this thingIt was working in the window "Transactions >> Sales >> Transactions of
Sales", but exactly were publishing a Quotation, which i wanna print, more
nevertheless was shut up to me network, then I closed the window and it threw
several messages to me of error, and from that then it was blocked the
quotation that was working.
My question is as I can unblock this document?
...
Help with Outlook Setup!!!I have XP Professional installed and Office XP Professional. I have several
users setup for kids, as well as my admin account.
I want to setup a Limited Account in addition to the Admin account for
myself for daily use. Am I just suppose to pick a different account name
and login password and then setup my MSN Messenger and Outlook POP email
with same username and password that I used to setup the Admin account? I
don't need to share any contacts or anything, I just setup the admin email
in order to setup Outlook. I want to input my contact info etc., into the
Limited account and use ...
HELP !!! I have a ARRAY Formula HELP !!!
Hello,
Here is the ARRAY Formula I have and this is what I am using it for.
The situation is that it worked 1 time and than not again.
=INDEX(D48:K48,,MAX(IF(D48:K48<>"",COLUMN(D48:K48)))-COLUMN(D48)+1
Duty:
I have a row of number that appear hourly (DOLLAR AMOUNTS), the numbe
are anything from nothing to 10000. I want the hourly number to appea
in specified cell. Here is an example. (I am using EXCEL 2000)
Row D48:K48 answer in cell G2
1st hour
D48 = $100.00 G2 Should be $100.00
2nd Hour
D48 = $100.00 E48 = (nothing) G2 Should be (nothing)
3rd Hour
D48 = $1...
Use Outlook to send to contacts in a queryIs there a way to set Outlook to send to contacts stored in a query (or a
table) WITHOUT just importing them and doing it that way? I want to create a
database, set Outlook to look in it, and have it send to contacts whose
contact information will be listed in that database.
Alan:
Yes, there is a way. But have you explored, and rejected, storing contacts
in Outlook and creating Outlook Distribution Lists?
If you really need to store your contacts in Access, then you could use VBA
code in your Access database to start Outlook and send and an email (or
Mailitem as Outlook calls it). Y...
exch 5.5 helpI am in a progress to upgrade Exchange 5.5 (on NT4) to Exhange 2k3 (on 2k3).
I setup a test machine and upgrade the OS to w2k3.
1st I want to connect the 5.5 to AD, so I should install ADC.
Can anyone tell me the steps?
Frorestprep, domainprep, setup adc, and upgrade to exchange 2k3?
If you run through the steps in the E2K3 deployment tools they will walk you
through everything.
--
Hope that helps.
-------------------------
Jaclynn Hiranaka
Enterprise Messaging Support
This posting is provided "AS IS" with no warranties, and confers no rights.
� 2004 Microsoft Corporation. Al...
Help with Formula Please 02-19-10Need a Formula for the following:
Data Table
A B C D E F G H I
1 Tom A W 2 H 30 84 30
2 Peter A W 3 H
3 Nick B L 1 A 70
Columns F1:I3 from Data Table has break scores for each player.
Below is the Result Table where I need to show a summary report for high
breaks. I have no problem with Break as I use the Large function. I need a
formula to insert in A1 and A2 to place the name for the corresponding breaks
below.
Result Table
High Breaks
A B
Name Break
1 ...
help...help...helpI just installed Microsoft Office XP Professionaql with
no problem. However, whenever I try to perform any task
such as opening contacts area in order to create an
entry, I receive a dialog box with Microsoft Outlook and
a yellow exclamation point. Also, included in the dialog
box are the words could not open the item, try again.
Other information that might be important is that I use a
pst file. The error message also occurs when I try to
open the Contact folder from the folder list as well as
when I try to perform any function. It was a clean
install not an upgrade. Could you ...
Need help in data copying.Hi
I have an invoicing file in excel (Sheet1). I need to store the dat
which is invoiced into another sheet. My Invoice Data starting from Ro
8 and column B to F (The first item is from B8-F8, second item i
B9-F9). B-Item Code, C-Item Name, D-Qty, E-Price, F-Total.
Once I print the invoice, I need to transfer the data to another shee
(Sheet2) .
When I create another invoice, the new data should be added below t
the previous data in Sheet2. So that I can have all the items I sol
in Sheet2.
Can someone help me sending a macro for it???
I will be grateful to you.
Thanks in advance
Tom
-...
Macro HelpHi,
I had alot of help yesterday from Jacob with the following macro, but am
getting a 'run time error 13' when trying to run the macro, and i cannot see
why.
Any help much appreciated
Sub OLApp()
Dim objOL As Object, objApp As Object, lngRow As Long
Set objOL = CreateObject("Outlook.Application")
For lngRow = 9 To Cells(Rows.Count, "A").End(xlUp).Row
If Range("E" & lngRow) = "" Then
Set objApp = objOL.CreateItem(1)
With objApp
..Subject = "Change Password for system" & Range("A" & lngRow)...
help me #2how to restrict entering of same values or data in excel
cell
Hi
if you mean the 'preventing of duplicate entries' you may check the
following site
http://www.cpearson.com/excel/NoDupEntry.htm
--
Regards
Frank Kabel
Frankfurt, Germany
mangesh khati wrote:
> how to restrict entering of same values or data in excel
> cell
...
Problem with LeadTools CreateWindow inCFormView -Help !!!Hi ,
I have been using LeadTools in Visual Studio 2005.
I have a tabctrl and dialogs in each tab and developed using
CFormView.
So a tabCtrl is a child of CFromView and tab1 is a child of TabCtrl.
I want to insert a LEAD control in one of the tabs .i.e, Dialog.I am
unable to insert a leadcontrol but inserting a control in the view was
easy.The problem is I am not able to get the HWND associated to a
particular dialog which is super child of View.
Can somebody help me in creating a lead control in the dialog
configdlg .h
LAnnotationWindow m_LAnnoWnd;
FormView.cpp
CMyTabCtrl m_myCtrlTab;
...
Query to Count "0" in RowI am trying to create an expression in a query that says if
CONTRIBUTION BEGIN year is less then 2006 and the AUTE2 = 00/00/00
then count the number of "0" in the rown and multiply that by 58.
This is what I had thought up so far, but I know it isn't right.
CONTRIBUTION DUE: IIF([CONTRIBUTION BEGIN], 'yyyy' <2006, AND AUTE2 =
00/00/00, Count "0" And Multiply by 58
Any input is greatly appreciated.
-Anthony Morano
What kind of data type is being stored in your [AUTE2] field? If that is
supposed to be a date, I don't think Access considers #00/00/00...
CString helpI'm looking at a website on CString Management:
http://www.codeproject.com:80/string/cstringmgmt.asp
In the section entitled, "CString to char * II: Using GetBuffer," the author
stresses calling ReleaseBuffer after calling GetBuffer.
Is this always necessary?
I often use CString::GetBuffer when using CStrings in MessageBox dialogs
like so:
MessageBox(m_hWnd, cString.GetBuffer(0), lpTitle, MB_OK);
Should I be adding a ReleaseBuffer after a MessageBox call?
Should I be passing my string data to the MessageBox in another way?
Regards,
Joe
> Is this always necessary?...
HelpProvider and HTML Help interactionI have an application with a .chm help-file.
But I have some questions about the behaviour of the help-window.
I use a modal application window and I can start the help.
The help windows appears but it is allways in foreground of my application
window.
I can set the input focus on my window, the help window becomes inactive but
I cannot move my window over the help window.
So I have to close the help window or minimize it or move it aside of my
application window when I want to go on in my application.
The other problem is when I minimize the help window and then open a dialog...
Your Help is AppreciatedDear all
I am using MS Excel 2003 and I am trying to plot a graph/chart/graphical
representation of the following:
I would like to somehow plot :
Time Price Meetings
16/09/2002
23/09/2002 225 27-Sep-02
30/09/2002
07/10/2002
14/10/2002 368
21/10/2002 23-Oct-02
28/10/2002
04/11/2002 354
11/11/2002
18/11/2002 235
25/11/2002
02/12/2002
I dont mind how the data is displayed but I envisaged some kind of bar chart
to represent the prices and a line chart / crosses to indicate the dates of
the meetings.
Can anyone help with this or am I being stupid?
Thanks for everything i...
VBA code to perform calculationsHello.
Some background for my question. I have a db that contains (among other
things) cost codes and cost types. I have written IIf statements for this,
but now think that it's going to get way too big, I want to use VBA coding.
For example. If cost code/cost type = 20110.5320 (a cost field) and is
greater than zero, then take this amount and divide it by txtFirewatchLabEst
(which is an manhour field). Result returned in currency format.
I have over 40 of these scenareos to perform these calculations.
In the next field:
If cost code/cost type = 20110.5320 (a ...
OLE DB Query in ExcelIs it possible to pass parameters to SQL in an OLE DB query within Excel. For example:
Select * from property where prop_id = ?
Somehow link the parameter to a cell in the spreadsheet or something in like. Thanks.
Hi Joe,
You can link parameters from your spreadsheet to SQL statements but right
off hand I can't remember if you need to do this with a VBA SQL line or you
can imbed it directly in an SQL statement. Could you show us the SQL
statement or VBA SQL line.
--
Thanks,
Shane Devenshire
"JOE OROZCO" wrote:
> Is it possible to pass parameters to SQL in an OLE...
Money-Changing Account number to handle Vanguard changesHi:
Vanguard has changed the account numbers for its brokerage accounts. This
has caused money to download brand new accounts with nothing in them and stop
updating my old account numbered accounts. I changed the account numbers in
Account Detail page but still not working. Anyone who has any info on what
I'm missing please pass along. I cannot lose years and years of past data by
just switching to the newly downloaded accounts.
Greg
PS: Microsoft Money Plus Premium, most recent version
On the old accounts, turn off on-line updates. You should then be able to
merge the old accoun...
bcc help
can't seem to send mail to bcc?
I copied e-mail addresses from an excel spreadsheet and pasted the
into the bcc header. I made sure there was coma between each.
I entered the form letter and "from" and "to" and "subject" fields an
sent the mail.
The "to" received the mail but the bcc did NOT receive the mail.
What did I do wrong
-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com
...
Comparing queriesHi,
I am using a database storing equipment for rooms where I have two queries
set up, one listing original equipment and another listing current equipment
for room layouts.
The two queries work fine independantly, but I now want to compare
differences between these where I need to know:
1 - equipment in both original and current rooms.
2 - equipment in original room now missing from current room.
3 - equipment in current room, not required in original room.
Regards,
Dave.
You did not say anything about the table structure so I will go with what you
posted.
Use a unio...
Rules Wizard Help
I have a rule in the Rules Wizard that forwards on an email to
distribution list that is received from a certain person.
I would like to have a rule that forwards on this email, but I woul
like to forward it with some set text as well.
For example, the email shows after being forwarded by the rule:
> ----------
> From: Person1
> Sent: Friday, February 20, 2004 6:52:37 AM
> To: DistributionList
> Subject: DISCOVERER SHOULD NOW BE AVAILABLE
> Auto forwarded by a Rule
>
>
DISCOVERER SHOULD NOW BE AVAILABLE
However, after I would like it to forward some text as ...