#value

  1. L

    function that takes range as an argument -vba

    Hi I created vba function that takes 3 numbers and add them and then multiple by 1.13. Everything fine if I say = foo(a1,a2,a3) but I got #Value if I type = foo(A1:A3) Why is that? Thank you. +++ Function foo(x As Integer, y As Integer, z As Integer) As Double foo = (x + y + z) * 1.13 End...
  2. J

    #VALUE! Error

    I am at my wits end. I have a spreadsheet that was created by someone else, that has a lot of embedded formulas in it. We need these formulas to simplify a large audit we before, but when specific fields are empty, others display the #VALUE ! error. I have tried different conditional...
  3. L

    If Formula returning #Value error

    Hi Guys - I have been trying to make this formula work for a very long time. Following is the formula: =IF(AND(B2="Yes",X2="3000",AE2="SG&A"),"SG&A"),(IF(AND(AE2="R&D",AK2="Not Applicable"),"R&D -Non LOH"," "),(IF(AND(AE2="R&D",AK2="Yes-Yes"),"R&D - LOH"," "))) There are multiple conditions...
  4. N

    Countifs Formula returns #Value error

    Hi I am trying to create a formula that will count cells that are true, and are a certain colour. I have a macro in place that allows me to count by colout. My formula right now is =COUNTIFS(IF(W2:W200,"YES"),colorfunction(AN2,A2:A200, FALSE)) If anyone has any insight on how to make this...
  5. J

    #VALUE ERROR - results from vlookup do not work, manual calculation works

    I am trying to calculate the results of a Vlookup that are returned to a cell and receive a #value error. When I use the formula, it works fine. I have defined the E6 as general: =IF(AND(D3="yes"),IF(OR(A3={"D","V","X"}),(J9*5%+125),0)). This works...
  6. B

    MINIFS with vertical criteria #VALUE error

    Hello, I am trying to fill in data to a table that compiles the minimum value for a given month in a given year(eventually MAX, MEAN, and percentile values as well). The data are in sheets labeled with a 3-letter abbreviation for the month, and arranged in columns by year. Thus, the data...
  7. K

    #value

    If i have a formula in a cell =C37*C49 i get an error message of #value . How can i remove the error from being seen?
  8. P

    #Value! error

    Hi, I am working on invoice and i am trying to have my invoice calculate the weights on the products that are being sent. I have nearly completed this using a vlookup to find the individual weight but when i then use a formula (=A26*N26) , first being the quantity and the second being the...
  9. M

    #VALUE! error

    I am using the below formula for a sales calculator in my organization and am getting a #VALUE ! error. Once I fill in D12 the error goes away, but if D12 is blank, the error is there. I'm sure it's a IFERROR I need to put in the formula, but not sure where to enter and compete the formula to...
  10. B

    slope #N/A in one but not other

    I tried using the SLOPE function but got #N/A as my first 4 values in column A equal #N/A. In column B all the values are numbers. So i used =SLOPE(IF(ISNUMBER(Monthly!$A2:$A37),Monthly!$A2:$A37),IF(ISNUMBER(Monthly!B2:B3),Monthly!B2:B3)) however i am now getting #Value ! the dataset is...
  11. G

    #Value error when macro is run by colleague in Europe

    I wrote the following to remove the time from the date in a report we are provided by a vendor. When I run this macro in the US the field updates properly, but when my colleague in Europe runs the macro it returns #Value error for most of the dates. I initially thought it was just a problem...
  12. F

    #value!

    #VALUE! Error I have an Excel spreadsheet in which a random number and a blank is generated for a Numerator for a Fraction in Column F and a Denominator is generated in Column G using a formula based on the number which is generated in Column F. When I attempt to generate the resulting value...
  13. R

    How to find a character in a text string without creating an error?

    I need to check when characters are and are NOT within a cell. =IF(AND(FIND("<>"&"!",$G11),FIND("<>"&"^",$G11)),1,0) G11 = !Project Planning The first logic test will produce a TRUE, but instead of the second one giving a FALSE, it gives a #VALUE error. I know I can do the reverse by doing...
  14. A

    If statement help **result showing #value!

    Hi I'm tying to do this Nested IF statement and I get the error #VALUE ! which I cannot find out why, please could someone help me. Formula =IF(AND(R5>=0.05,R5<=0.0699),-40),IF(AND(R5>=0.07,R5<=0.09),0),IF(AND(R5>=0.0901,R5<=0.012),60),IF(AND(R5>=12.01,R5<=15),120,0) I want my my cell in R5...
  15. A

    Index/match formula with division returning #value due to empty cell

    I have a formula =IFERROR(INDEX('Shop II YTD'!$BJ:$BJ,MATCH($A6,'Shop II YTD'!$A:$A,0)),"")/$G6 that returns a #Value error when G6 is empty. Is there a way to correct the formula so it returns a blank or zero? Thank you for your help!
  16. J

    #value error - I thought I understood the IF statement

    When I have the first line of code, the if statement works. When I add the second line, I get a #value error for all selections from the drop-down box. I do not understand what id wrong with the logic? =IF(OR(A3="GE",A3="GEL",A3="SR",A3="SRL",A3="VIL",A3="VP"),IF(AND(B15>0,B15<200),"CF <...
  17. Z

    Diffrence between two times and give 0 in there is no diffrence instead of #value

    I am calculating the difference between 2 times to calculate the total minutes a project handoff is delayed using =TEXT(D2-C2, "h:mm") and it works. :confused: Problem is when the project is finished on time or earlier, it gives me an error of #Value . How can I change the #Value to show 0...
  18. D

    "#VALUE" error from IF statement

    This works all the time with a new worksheet, but as I keep editing cells something happens. Say, I want to put a blank in cell B1 if A1 is blank. In B1 I use =IF(A1="","",A1). If I try to use B1 in a formula it treats it as a "0" and calculates fine. Sometimes though I'll get a "#VALUE"...
  19. P

    #VALUE! error

    Hi everyone. Is there a way to make this formula an IFERROR formula =IF(AND(NETWORKDAYS(B2,B2,$X$2:$X$22)>0,H2<0.25),H2-G2,"") Sometimes this formula is returning a #value ! error due to cells H2 and G2 not having times in them or B2 not having a date. Is there a way to make the #value ...
  20. U

    Individual SumProduct Formulas work but when I combine I get the #Value! Error

    Hi Everyone, I have two sumproduct formulas that work on their own, but if I want to combine them both to get the total count for when both criteria are present, excel gives me the #value ! error. The formulas are: No1. Gives me correct result nr_FirstDate is a range of dates (not all cells...

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