Having Two Date Return Number But Exclude Negative Numbers

Dec 18, 2013

I'm trying to figure out a formula to use that will exclude negative numbers. I have two dates. I'm trying to find the difference between the two dates assuming there is a date in the first column. At times there will be a situation where the date in A1 is before the date in A2 and it returns a negative number. I'd like to return a blank if there is a blank cell in column A and also return a blank if the return number is a negative.

Example:

A1 = 1/15/2013 B1= 1/10/2013 C1(formula) =IF(A1="","",(A1-B1) C1 will then reflect 5
A2 = (cell is blank) B2= 1/18/2013 C2 (formula) =IF(A2="","",(A2-B2) C2 will then reflect a blank cell
A3 = 1/5/2013 B3 = 1/15/2013 C3 (formula) =IF(A3="","",(A3-B3) C3 will then reflect -10

I'm trying to figure out a formula that would also allow C3 to reflect a blank cell since the formula returns a negative.

View 5 Replies


ADVERTISEMENT

Max Number Of A Spreadsheet But Exclude 3 Numbers

Jan 4, 2010

i have a worksheet filled with numbers in each cell (the worksheet might have a total of 150 rows and 150 columns of numbers).

the numbers typically range from 1-3 or 1-9 or 1-150.

however, there are also multiple 997, 998, and 999 numbers in the cells.

i need to identify the highest number in the worksheet that is not 997, 998, or 999.

View 14 Replies View Related

Count Max Number Of Consecutive Positive / Negative Numbers

May 2, 2007

Let's say I have a column A with the following values.

30
40
30
60
-20
-10
-50
-60
-70
120
320
20
-40
-30
40

How can I have 2 cells display:-

i)highest streak of positive numbers = 4
ii)highest streak of negative numbers = 5?

Also, how can I have another 2 cells display:-

iii)the sum of the highest streak of positive numbers = 160
iv)the sum of the highest streak of negative numbers = -210

View 6 Replies View Related

Change Multiple Different Negative Numbers All Into One Specific Number?

Apr 5, 2014

How Do Change Multiple Different Negative Numbers All Into One Specific Number? Anither Words How do I change one number into another Number

Lets say I have list of numbers like this

-24
-19
-37
-22
-24
-42
-26
-20
-28
-23
-28
-42
-23
-53 etc.

and I want all the negative number at -21 and down to be changed into -20 and all other numbers higher then -20 or whole numbers to be left alone.

So numbers -21 -22 -23 -24 .... -36 -37 -38 .... -45 -46 etc are all changed into -20 and all other numbers like -19 -18 -17 -16 .... 0 1 2 3 4 etc are all left alone.

I tried using the filter tab and couldn't see. I tried the replace key but that took to long changing each and every number from -21 all the way back to -99.

Is there an easier way to change all negative numbers in a specific zone of numbers (-21 thru -99) into one simple number so -21 would change into -20 and -22 would change into -20 and -23 would change into -20 etc etc etc.

View 6 Replies View Related

Finding Number Closest To Zero (including Negative Numbers)

Nov 25, 2006

a spreadsheet in Excel. I have names with scores. Then I have the winning score. I need a formula to find the score closest to zero and to display the name of the winner.

Ex: Names A1:A4 and Scores B1:B4. Winning Score in B6 and list name in B7.
Ana 16
Bob 2
Charles 8
David 11

Winning Score 10

Answer should be 11 which is David, since David is only -1 away compared to the others.

View 9 Replies View Related

Sumproduct Macro: Check One Coloumn For Negative Numbers And Another For A Date

Jun 30, 2009

I have a problem with a sumproduct formula which check one coloumn for negative numbers and another for a date so that it count all cases of negative numbers in a month i choose. (S contains numbers and AH contains dates)....

When i use it in a makro i get a "type mismatch" when i run the macro. I wonder if anyone can see where my syntaks is incorrect? Here is how it looks in the macro:.....

View 4 Replies View Related

Retreive The Date Of The First Negative Number

Apr 7, 2009

I have numbers in range B1 to B100. How do I search for the first negative number (not the smallest negative number) within the range? Then, retrieve the Date indicated along A1 to A100?

View 8 Replies View Related

Formula To Make Product Of Two Negative Numbers Negative

May 12, 2009

I have a large dataset (24000 rows) that requires me to multiply two different columns of integers. In some cases, the two integers are both negative and multiplying them results in a product that is positive. I actually need that product to be negative rather than positive. I can't quite seem to figure out the best way to accomplish this.

View 5 Replies View Related

Convert Negative Numbers With Negative Sign On Right

Aug 1, 2007

I have data that comes from a subsytem that places the negative sign at the right of the number, so it is recognized as text. I can get around this using find and replace and then a second step to multiply that by -1, but is there a formula that can do this for me?

I was trying if(right(A1,1)="-",TBD,A1)

View 4 Replies View Related

Return Value Of Date Using Addition From 2 Columns That Represent Date And Number

Feb 21, 2014

I want to get a return value of date in column C whereas column A represent a date and column B represent a number. Simplest formula in excel is Column C (Feb 26, 2014)= Column A (Feb 21, 2014) + Column B (5). I want it to have in macro code.

View 14 Replies View Related

Look At Range Of Numbers And Return The Next Number Higher Than X

Dec 7, 2012

To keep is simple. in a1:a5 are values 5,10,15,20,25. In c1 value is 13.

Need a formula to look at range a1:a5

And return only the next number higher than 13. Of course it's a3 or 15.

View 3 Replies View Related

Return One Number Based On Range Of Other Numbers

Dec 8, 2011

I have a range of cells (D10:D20) with numbers in them. I need cell A10 to look at D10 and return a specific number based on a set of criteria.

The same thing would go for A11:A20 & D11:D20.

If the number in D10 is 1-2 then A10 needs to display 0
If the number in D10 is 3-8 then A10 needs to display 0.1
If the number in D10 is 9-14 then A10 needs to display 0.2
If the number in D10 is 15-20 then A10 needs to display 0.3

Once I have that formula I know that i will just highlight A10 and drag the formula down through A20.

View 9 Replies View Related

Macro Code To Change Positive Numbers Into Negative Numbers

Feb 1, 2007

I know ASAP has a feature to do this but I need the code in a bigger macro that I wrote.

EX: -1 needs to be 1

View 9 Replies View Related

Gathering The Sum Of Negative Numbers & Positive Numbers In A Column

Dec 17, 2009

I have a column of variances, these contain both negative numbers and positive numbers. I want to gather a sum of all the negative numbers and positive numbers separtely. Basically saying all the positive overeages = this amount And all the negative shortages = this amount. you can see the attached sample.

View 3 Replies View Related

Turning Red Font Numbers To Negative Numbers.

Sep 20, 2009

Usually this question is asked the other way around, but I have a somewhat unique problem. A certain website gives out tables filled with numbers. Positive numbers show in black font and negative numbers show in red font, but unfortunately, negative numbers do not include the minus sign -- the font is red and that's it!

I need a macro (or any other solution) that will turn the red font numbers to negative ones and would possibly format the cell to show negative numbers in red (I guess the last part is easier). The main problem is searching for the red font numbers and turning them negative.

View 9 Replies View Related

SUMPRODUCT Exclude Numbers And Text Strings?

Apr 19, 2014

I'm trying to sum up the total of a list excluding a list like this:

Column B
012*
019*
1758*
70228
70229
70230
70241

In my worksheet 1, it contains e.g.
Column AC
012-something
012-text
019-jumbo
016-things
70228
70221

Column W contains the numbers I want to add up:
$15
$12
$10
$19
$15
$11

My current formula is:
=SUMPRODUCT(--ISNA(MATCH(Sheet1!AC$4:$AC$157,B2:B7,0)),Sheet1!W4:W157)

It has managed to exclude the numbers (e.g. 70228, 70229, etc) but not the text strings (e.g. 012*) when summing it up

View 2 Replies View Related

Formula To Add Numbers And Exclude Text Values

Apr 1, 2009

I need a formula that calculates the values of 5 seperate cells located in different places throughout my sheet. The value will either be numerical or display a text value (normally "RD"). If it displays text I do not want that value counted. So it literally just totals the number values.

View 7 Replies View Related

Exclude Text From Numbers In Named Range?

Nov 6, 2012

I have a speadsheet where I have a cell that reads a named range via OFFSET. The range consists mainly of numbers but a few cells contain the text UL (Unlimited)

The cell that "reads" the OFFSET is then used in another cell where it is multiplied by either 2 or 3 depending on user input.

The problem occurs where the cell attempts to multiply the text "UL" which results in "#VALUE!"
How can I have this cell with the multiplication bypass the multiplication and simply return the text "UL" in the case of reading text from the named range.

View 2 Replies View Related

Return Highest Number With Date

Oct 9, 2009

column a has dates & column d has values - what is formula to find highest number in values and return it's date (using =large(Dxx:Dxxx, 1) to find highest number

View 2 Replies View Related

Loop To Return The First Number Of A Date

Jul 6, 2006

How can I use an if loop to return the first number of a date.

For example, if cell A1 has the date: 7/06/2006, I want to say:

If (ActiveCell.Characters(Start:=1, Length:=1).Text = "7") Then
TodayInt = 7
End If

But this is trying to look for a string and its finding a date, so I
get an error...

View 9 Replies View Related

Return The Date That That Number Occured

Jan 8, 2009

I have column A with a bunch of dates (in order)
Column B has the number of support calls.
I can find the Highest number of calls no problem using MAX(B:B)
How do I then return the date that that number occured?
I know its a lookup / match / offset thing but like I said my brain has frozen .

View 9 Replies View Related

Return Row Number Of Closest Date

Jan 15, 2008

in column A I have a set of dates starting say fromA2 till A300 in accending order.
in the other hand I have a date let's say in B2

I am looking to a formula to find out the nearest date value of B2 from the A column and obtain the row number.

View 5 Replies View Related

Data Validation To Exclude Letters But Allow Numbers Beginning With Zeros

Nov 8, 2008

I am using Excel 07 with Vista, and creating a spreadsheet in which users will be inputting a record into every row.

There is a row that requires a number to be entered, where some of the numbers will begin with 0 or 00 or even 0000. I want to make sure no-one incorrectly enters a letter, however with data validation set to whole numbers, it formats the cell to change an entry of "005667" into just "5667". There is no set length for the field.

The only way to have "005667" is the change the column to text, but then obviously that defeats the whole purpose!

View 10 Replies View Related

Concatenate Multiple Vlookup Results With Dash Exclude Null Values Or 0 Return?

Jun 10, 2014

The 3 vlookup will be in a single cell for concatenation like :

=vlookup1&"-"&vlookup2&"-"&vlookup3

Problem the are 3 vlookups where it will return names (with format -> Fname, Given Name Middle) and probably blank returns.

I have problem with the replace since there are also spaces between the Fname,Gname and Mname sample name with spaces.

View 6 Replies View Related

Return Month Number Of Date Unless Cell Empty

Apr 9, 2008

I am using the MONTH function in a formula. The Month value of an empty cell is returned as "1". Why is this? Is there any way to return a null value or zero?

View 6 Replies View Related

Return Array Index Number For Specific Date

Jun 14, 2008

I looking for a macro which will help to open a file with current week number in name.

The problem is week 1 is starting on 30/03/2008 (finacial year) and ends on 28/03/2009.

I've made two dimensional array (week number, weekday) with all the dates from that period.

I have problem with code to search through the array for given key, return index and write it into variables.

For now my code looks like:

Sub week()

Dim i As Long
Dim j As Long
Dim k As Long

Dim week(51, 6) As String

View 5 Replies View Related

Sum Of Numbers Excluding Negative Numbers

Apr 2, 2007

How can I get the sum of a range excluding any negative numbers?

I've thought about using a new column and using if statement to separate but it would be easier if i could use the same column.

View 9 Replies View Related

Find Yesterdays Date In Range And Return Row Number To Be Used In Offset

Jul 13, 2014

I'm writing a macro that will import data from one workbook to another, based on yesterdays date. I have the import functionality working, and I've been playing all afternoon, but I can't find a way to find yesterdays date in a range and use that row number as the row offset value in this line:

Rather than having a set row offset value (in this case, 14) I would like to use the find function to lookup yesterdays date in range "B50:B80" in the worksheet I've designated as "sh1" and return the row number of the cell that has yesterdays date and use this value as the row offset value, replacing the hard coded 14 that is in there currently. The date values in the range are formatted as per Date Format.jpg.

View 6 Replies View Related

Carrying Over Negative Number To Next Column As Positive Number?

Aug 21, 2014

I go negative in one column I want it to show up in the next column as a positive number because when I add my income and subtract my bills and the negative from last month to get the what cash I'll have left it screws up because negative subtract a negative is a positive. So how do i get the sum of say B9 to from -$5.00 to +$5.00 into C4 so when i subtract C4 From my income it wont add to it.

View 1 Replies View Related

Exclude Weekends From Date Formulas?

Apr 7, 2014

I am trying to create a schedule that includes weekdays only. Is there a formula or set-up step to do that?

Currently I have 3 columns:
Start date Action date Finish date

The Action date column has the formula: that cell (say C4) minus number of days that action requires (say 10), but when 10 days fall on a weekend, I need to change to the next work day instead.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved