ignoring

  1. R

    Percent rank ignoring NA in VBA

    Hello guys, I am ranking stocks using VBA rather than excel. In my dataset, I have 1 column of figures and some NAs, this I want to use percentrank to sort these numbers, ignoring NA. I can do is in excel using =PERCENTRANK.INC(IF(ISNUMBER(Column), column, ""), the target cell). However, it...
  2. G

    Ignoring blanks in a sumproduct formula

    HI, I have this formula but it keeps returning #VALUE because there are some blank cells in AW40:AW53. How do i get it to ignore the blanks? Thanks =SUMPRODUCT((C40:C53=C6)*(AW40:AW53)*(G40:G53))
  3. N

    Countifs ignoring duplicate dates in specific range

    Hello Guys; I do appreciate your help to count the number of codes in each year ignoring the duplicates dates in this selected year I used that formula but it's not ignoring duplicates =COUNTIFS(Data!$B$2:$B$10000,B2,Data!$A$2:$A$10000,">=1/1/2012",Data!$A$2:$A$10000,"<1/1/2013") <tbody>...
  4. L

    Array is giving me a blank cell

    I have an array that takes two lists of dates that are in the same column and re-organizes them in chronological order and ignores blank cells that are a result of a gap in the two lists. For some reason it is completely ignoring one data point and giveing me a blank intead on row 101. I have...
  5. A

    Regarding date format

    Hi Excel experts, In one of the Cell i have a data like 13/6/2018 2:38 PM. I want to change the data to 13-June-2018 and ignoring other data. Can you please help on this. And in one column the data 2 is there. I want add letter P in the front. ie) P2. Please suggest. Thanks.
  6. K

    how to Multiply and Add multiple cells ignoring blanks or text

    I am not very good with excel and need some help. I have searched but not finding what I need. I am trying to figure out a simple formula that calculates multiple cells while ignoring blanks or any other text for cell D. I was trying to use isnumber eg... =IF(AND(ISNUMBER(A2)...
  7. C

    Div/0 error, ignoring blanks on weighted averages

    Hey Guys, First post. Looking for some help. As the title says I'm working on a formula that does weighted averages while ignoring blanks, the formula works fine until I clear the cells and then I'm left with a Div/0! error. I have this so far...
  8. H

    Rank ignoring character

    Hi is it possible to rank numbers ignoring a "*" at the start or end of a number? As in below example? *64.9 71.4 40.3 84.1* Thanks for any input
  9. B

    IF Yes/No then Pass/Fail ignoring blanks

    I want to show that IF D:D= Yes then column E will show Pass, IF D:D=No then column E shows Fail, but ignoring if D:D is blank. HELP PLEASE!
  10. P

    Ignoring black cell in age calculation

    Hi, I used this formula for calculating the age =DATEDIF(K21,TODAY(),"Y") & " Years, " & DATEDIF(K21,TODAY(),"YM") & " Months, " & DATEDIF(K21,TODAY(),"MD") & " Days" Is there a formula to keep the cell blank if there is no data in the date of birth column?
  11. H

    PowerPivot - Timings ignoring down hours from another table

    Hello, I am trying to create a formulae in powerpivot that calculates time between two date/times, ignoring hours which are down hours i.e. If Start Time was 04/01/2018 05:53:00 and End Time was 05/01/2018 07:33:00 the answer should be 1060 minutes. Attached is the table. Ideally i would...
  12. N

    Averageif ignoring zeros/blanks not working

    Hello, I’m trying to use the averageif function to find the average of individual cells as a total, ignoring blank cells, but include zeros. At the moment, I have this =averageif(e9,k9,q9,w9,ac9,ai9,”<>0”) However, the cells ac9 and ai9 don’t get selected and I don’t know why? Any help?
  13. M

    Reorganise data ignoring blanks

    Hi, I have 36 columns of data split in 3 clusters of 12. Cluster 1 - Sessions 1 to 12 for attended sessions Cluster 2 - Sessions 1 to 12 for cancelled sessions Cluster 3 - Sessions 1 to 12 for no show sessions For each row there will be a max of 12 values across those 32 columns. I want to...
  14. C

    VBA: Moving Specific Cells to New Sheet

    So I need help writing a code that will effectively move this data, ignoring column C and F in the source and put in the new sheet, in a different location. But it just puts it in the next available row, so in the example, as I add more Cool Guys, it wont overwrite my current list of Cool Guys...
  15. T

    Average Negatives and ignore 0

    Hi I have a range of cells Q5,V5,AA5,AF5 etc that are all negative values but some are zero or blank. I need a formula that gives me an average of the selected cells but ignoring the zero or blank cells in the averaging. Any help would be great Thanks Stephen
  16. R

    Adding values in collumn disconsidering blanks

    Hi all, Please consider the table below. Is there a way do automatically set the order ignoring blanks? <tbody> Value Order A 1 B 2 C 3 D 4 E 5 F 6 G 7 </tbody>
  17. M

    Counting Specific cell contents in a range while ignoring blank cells.

    I have project I'm working on where I need to look at a specific (non changing) range of cells, and count specific instances of certain text while ignoring blanks. The Ignoring blanks part is critical, as some of the text I'm searching for may not be in this range, and that's OKAY. Example of...
  18. E

    VBA loses debug mode after file operation (Win7)

    Since being updated to Windows 7 on my laptop, I have been having problems when running a VBA macro in Excel 2003 in debug. Pressing F8 to step forward works ok until I reach any file related operation (e.g. Workbooks.open), after which debug mode is forgotten and the macro continues to end (or...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top