returning

  1. W

    Count unique numbers in 1 column that have specific data in a second column?

    I need an excel forumula that counts unique ( no duplicates and no blanks ) in Column A and that have a "1" in Column B. I found the below forumula online, but its returning a "#VALUE" when it should be returning a number =SUM( -- (FREQUENCY(IF(Calls1!B:B = "1",Calls1!A:A),Calls1!A:A)>0)) If...
  2. R

    Substitute(Aconcant(IF...... formula

    =SUBSTITUTE(aconcat(IF($AH$3:$AH$22=AN10,", "&$AG$3:$AG$22,"")),", ","",1) Hi there I am using the above formula which has worked perfectly in the past and now for some reason it os only returning #VALUE! as the result. Any ideas on what is causing this please? Many thanks Renee
  3. E

    IF Function Nested in One Cell

    I have a cell AP11 that has a IF function in it here it is "=IF(K11="","",VLOOKUP(K11,$I$2:$J$8,2,FALSE))", it returns either the value NONE, or one of many text stings such as E300R191M or E1595R19 that are in the range I2:J8 or remains blank. I need to have another cell AW11 return a 0 or...
  4. R

    INDEX, MATCH, MATCH returning wrong value

    I am using the following formula to return values from a different worksheet but its pulling in the value 2 rows down and 2 columns across from what it should be returning. =IFERROR(INDEX('Numbers input'!$C$3:$Q$300,MATCH($B7,'Numbers input'!$B:$B,0),MATCH(D$5,'Numbers input'!$3:$3,0)),0)...
  5. D

    sumif

    All, I really hope this is the last time for this but I have a sum if function that is not returning any value. {=SUM(IF(ISNUMBER('Line 5 data copy'!$N$5:$N$750),IF(INT('Line 5 data copy'!$N$5:$N$750)=INT('Line 5 calc Sheet'!B3),--(('Line 5 data copy'!$O$5:$O$750<400)*('Line 5 data...
  6. R

    Nested multiple IF Statements not returning correct result

    =IF(ISNUMBER(--LEFT(H11,"79")),"CORP-ADMIN",IF(ISNUMBER(--LEFT(H11,"10")),"CORP-ADMIN",IF(ISNUMBER(--LEFT(H11,"15")),"MA-RCC"))) The above Formula is returning "CORP-ADMIN" even if the cell value starts with "15". What's going on?
  7. L

    Formula within an IF statement - VBA

    Morning guys A simple one for you experts, but not so simple for myself as a newbie to VBA. I am trying to write =IF(H2="0",H2,"0"&H2) as part of a VBA string. However, whatever I try is returning #NAME ! Any ideas on how I should write this in VBA please folks? Many thanks, Gareth
  8. W

    Help with ISNUMBER

    I have a spreadsheet with a list of titles such as this one in A2 <colgroup><col></colgroup><tbody> CLT Referrals May 2017 I have a formula working on that cell: <style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color...
  9. E

    Noob Question: Stop =MIN formula from returning 0's when referenced cells are blank.

    Hi everyone! I have what I am assuming is a noob question. I have several =MIN formulas I want to stop from returning 0's when the reference cells are blank. At the same time I would like to maybe build the formulas to work a bit more efficiently. See the attached image below. This is the part...
  10. A

    IFs, or AND?

    Hi all, I'm trying to tidy up and speed up a spreadsheet by having pre-populated formula already to use in specific cells. The code below works perfectly when F9 has a value, however I want the cell to appear blank if F9 doesn't contain a value - currently it will spit out "30658" I've...
  11. M

    Rank function

    Hi Guys, The formula below is only returning A and B and Not C =IF(RANK(M2,$M$2:$M$3765,)/COUNT($M$2:$M$3765)<=1/3,"A",IF(RANK(M2,$M$2:$M$3765,)/COUNT($M$2:$M$3765)<=2/3,"B",IF(RANK(M2,$M$2:$M$3765,)/COUNT($M$2:$M$3765)>=3/3,"C"))) Any ideas ? Many thanks

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