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...
HTML Emails Loose Formatting on Forward / ReplyWe are currently sending out some HTML emails (via a programmatic
tool) to members of our company who use Outlook 2000 -2004. These
emails use inline style definitions (i.e. defined in the header) that
are applied throughout the email (i.e. to table cells, paragraphs,
etc.).
The problem is: The styles seem to come through fine when the user
first receives the email, but when a user replies or forwards the
email, the outlook/word editor seems to generate its own
interpretation of those styles which ends up being very different from
how they orginally looked.
I've seen other HTML based em...
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
>...
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 ...
Excel Macro to delete rowsHello,
I have an excel Sheet in which I have a blank row below the cell which
contains "<<<Mem>>>".
I vave some random data and multiple such cells. Can I get some help
with the excel macros for the same?
Harsh
Assuming "Mem" is in column E:
Sub DeleteRowBelowMem()
For i=cells(rows.count,5).end(xlup).row to 1 step -1
if cells(i,5).value="Mem" then rows(i+1).Delete
Next
End Sub
Bob Umlas
Excel MVP
HTH
"Harsh" <cooldreamz83@yahoo.com> wrote in message
news:1159983014.172239.234480@h48g2000cwc.googlegroups.com...
...
Moving Row Data to Column/Row GroupsFirst off...great forum with super smart participants. Hopefully, I ca
tap into some of this brain power!! :) I have received an Excel emai
spreadsheet containing hundreds of names and corresponding emai
addresses. Problem is the data runs on one line from A1 to GB1. Fo
example,
A1 B1 C1 D1 E1 F1, etc
(name 1)(email 1)(name 2)(email 2)(name 3)(email 3) etc.
I need to break the data to a two column format with the first colum
containing the name and the second column containing the emai
address...then dropping down to the next row and listing the next set
then the next and so on. The good ne...
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...
REALLY miussing rows in Excel2000have some big Excel spreadsheets, 50 columns by 65525 rows (but
definitely not 65536), 45MByte. They are all very similar, just a few
formala tweaks different
On one of them, the top nine rows have become "invisible"
It is possible to navigate through all the cells involved with the
cursor keys- the formula bar. name box bar etc all function correctly
and show cell contents etc. They are just not visible
The missing rows are not hidden
The missing rows are not filtered
The missing rows have a standard row height
The missing rows are not locked
If I move the cursor from row 10 towa...
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 ...
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
-...
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 ...
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)...
Date Format #8Dear friends,
Everytime I type the Date of 10 Dec. 2005 as 10/12/2005, it converted to
12/10/2005 and it refused to be modified when I try to adjust it from
FormatCells.
--
Regards,
-------------------------------------------------
Mahmoud Metwally Ali
Jaicorp IT Manager
Office Tel. : (202) 3471495/361
Mob. : (2010) 5195169
Look in the Control Panel>Regional Settings and make sure that you don't
have English (United States) selected.
--
HTH
Bob Phillips
"Mahmoud Metwaly" <m.metwally@jaicorp.com.eg> wrote in message
news:OvoRcV$dFHA.3012@tk2msftngp...
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;
...
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...
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?...
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...
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...
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
...
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 ...