#value

  1. T

    Any way to get a SUMPRODUCT formula for non-contiguous cells?

    What i would like is Sumproduct of array1= A1,A3. Array2 = B1, B3. =SUMPRODUCT((A1,A3),(B1,B3)) gives #VALUE . If you try to use {}, SUMPRODUCT will only accept constant numbers, not cell references. When i type the formula with the (), the formula tip seems to suggest it is working. For...
  2. J

    #VALUE! Countifs

    im getting #Value ! when doing a countifs. anything i am missing. i am basically wanting it to count the totals for jan when Q5-Q29991 = "yes", sales AC = a value in a cell, sales R5 = "new" and the sale date (AB) is in january. i have this formula in another section for the sales execs and it...
  3. piannetta

    Linked cells showing #value when source linked file is not open

    Hi, I'm encountering an unusual problem. I have cells in workbook A with links to cells in Workbook B. When both workbooks are open, everything is fine. But if I close workbook B, the linked cells in workbook A change to an #value error. If I reopen workbook B, the error goes away and the...
  4. I

    Sumproduct, Left and #Value!

    I'm trying to count how many times specific text (the first 4 characters in a cell) appear in a column. Each cell starts with a code e.g. RC30 and then will have varying text after. I've tried VBA code Worksheets("Sheet1").Range("D1").Value =...
  5. S

    Multiple UDF #VALUE! Error

    Hello, I have two UDF's defined in my workbook. One in Module 1 and the other in Module 2. The first UDF is used solely on Sheet1, and the second UDF is used solely on Sheet2. When I calculate the Sheet1 and navigate to Sheet2, every UDF on the Sheet2 has a #VALUE ! error. And when I...
  6. N

    #VALUE! Error of SUMPRODUCT if cell value is ""

    Hi, I have a table calculating times based on several criteria. I have a problem with calculation if one of the cells in the criteria range (B2:B1000) is "" then I get #VALUE! Error. The following is sample table (real table has more than 1000 rows) and in this case B7 is empty cell value...
  7. B

    trying to change dd/mm/yy to mm/dd/yy

    <tbody> Dates Text to Columns Text to Columns Text to Columns Search "/" 23/11/2018 23 11 2018 3 1/3/2019 1/1/1900 3 2019 <tbody> #VALUE! </tbody> 31/03/2019 31 3 2019 3 1/11/2018 1/1/1900 11 2018 #VALUE! 24/10/2018 24 10 2018 3 </tbody> The first...
  8. Patcheen

    getting #value! instead of total

    when i paste this i get #value! =SUM(IF('Shirt Database'!A2:A500,'Goal Keeper List'!B61,SUMIF('Shirt Database'!$F$2:$F$500,{"sub on","sub off","started","injured"},'Shirt Database'!$K$2:$K$500))) TIA
  9. P

    #Value! error on if/or statement

    I'm looking for cell R4 to enter a "1" if cell B4= either "PF/C", "SG/SF" or "PG/SF". Here is the formula I used. Keep getting the #Value ! error. I need this to be a 1 or 0 so that I can run this as part of solver. Thank you! =IF(OR(B4="PF/C",B4="SG/SF",B4="PG/SF"),1*O4) I then changed it to...
  10. Trevor3007

    #value!

    hi, I inserted =IF(B16>0,B16*O10), but if B16 is blank i get '#value!' error , how can I resolve? FYI - cell 010 formatting = Currency (2 decimal places) KR Trevor3007
  11. BrianGGG

    New FILTER function cannot accept an array in the filter value?

    Hi. I have the following reference table: <tbody>#DAE7F5[/URL] "] A B 135 Item Quarter 136 a 2 137 b 3 138 c 3 139 d 1 140 e 4 141 f 1 142 g 4 143 h 2 144 i 3 145 j 1 146 k 1 147 l 1 148 m 3 </tbody> Summary My goal is to "pivot" by the quarter column to...
  12. J

    How to Rank a set of data with #n/a, #VALUE!, in data

    I need to rank a set of data in a UDF. For example, if the data set is: <colgroup><col></colgroup><tbody> 70 #VALUE ! 54 41 95 </tbody> then the command Application.Rank results is an error. Is there a way to ignore #VALUE ! or #N/A and still rank the rest of data? I need a VBA solution.
  13. D

    SUMIFS(INDEX(MATCH #Value

    Hi Guys, =SUMIFS(INDEX(Service!$E$4:$AM$45,MATCH(pay_table[@[Employee Number]],Service!$A$4:$A$45,0),0),Service!$E$3:$AM$3,">="&Data!$C$2,Service!$E$3:$AM$3,"<="&Data!$D$2) This is my formula that works great, but i'm trying to add another parameter to the SUMIF. Which only adds values that...
  14. M

    If #value! In an array then substitute #value!?

    Consider the following table. <tbody> A B C 1 1 =$A$1:$A$5 2 2 3 =VALUE("THREE") 4 4 5 5 </tbody> If the range is taken from: $A$1:$A$5, and that range is represented as an array in B1 using the formula entered: =$A$1:$A$5; which is equal to the array: {1; 2...
  15. M

    If/is #value! Then [action]?

    Is there a way to write an IF formula or an IS formula that checks only for the error #VALUE! (and no other error like #REF!/#NA!...etc), and then executes an action? For example something like: IF( ( (A1)=(#VALUE!) ), ("#YES VALUE! ERROR"), ("NO #VALUE! ERROR) ) ? OR Something like...
  16. L

    countblank with range

    Hi I have 3 ranges like below. I named A1:A5 as myrange1, C1:C3 as myrange2, E1:E2 as myrange3. Then I highlight A1:A5, C1:C3, and E1:E2 (user CTRL) and then named them as "ALL" When I do = countblank(myrange1), I get 2 When I do =countblank(ALL), I got #value Why is that? Thank you so...
  17. B

    #value!

    Hi, I'm trying to get a return in (H5) based on Column E multiplying by Column Q (100%, 130%, 150%). When I type the formulas individually they work, as IF(AND(E5>=O5,E5<p5,g5*q5) and="" so="" on="" for="" each="" of="" the="" other="" two="" returns.="" however,="" when="" i="" try="" to=""...
  18. S

    #VALUE! returned, but want cell to be blank if source cell is blank

    Good morning! I want the cell to remain blank if there is nothing in the cell that I am referencing. Instead, it returns the #VALUE ! to the cell. Here is my formula: =IF(P3="WAIVE",0,IF("EE Value",$R$130,IF(P3="EE Select",$P$130,IF(P3="ES Value",$R$131,IF(P3="EC Value",$R$132,IF(P3="EF...
  19. Sean15

    Need some help with OR function

    Hi: I want Excel to return 0 if value in A2 is equal to 1310 or 1425 or 6756, if not return value in F2. This formula is returning error #value. IF(OR(A2=1310, A2=1425, A2=6756,””),F2) Could you help please? Regards, Sean
  20. P

    Datevalue

    I have big data in column A of (011 12345 01/01/2019). Then I want columb B to get the dates only. I used the datevalue formula (=datevalue(right(a1;10)).It works but not on several cells with #value !. Data on column A are the same even on cells which has #value !. How can I fix those #value !?

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