dsp

  1. N

    Help Evaluation Really Long Formula (Nested Ifs/Vlookups)

    Hi All, I know this is a big ask, but I'm really having trouble evaluating a formula to determine where an error is. The formula is returning 4.5 which is the value in AQ10, but it should return a 7.5 which is the value in DashboardH8. Here is the formula...
  2. N

    Help with If FALSE Formula Wrapping

    Hi, Question: I have a formula that works, but I want to wrap it and add a FALSE CONDITION in case I get a FALSE. Here is the working formula, but it gives me a FALSE...
  3. N

    if And

    Hi, This code should return the value in AQ10, but for some reason I'm getting a #VALUE error. =IF(AND(VLOOKUP(A10,'WOs (DSP Only)'!A:B,2,FALSE)=VLOOKUP(A10,'WOs (DSP Only)'!A:C,3,FALSE)=VLOOKUP(A10,'WOs (DSP Only)'!A:D,4,FALSE)=VLOOKUP(A10,'WOs (DSP Only)'!A:E,5,FALSE)=VLOOKUP(A10,'WOs (DSP...
  4. N

    Help Rearranging If Statement

    Hi, I'm trying to rearrange my if statement and I'm getting lost in it... Here's the code broken apart: =IF(OR(F6="Y",AN6<=6),AQ6, IF(AND(O6="N",SEARCH("Comp",D6),LEFT(D6,2)+0>24,AQ6>=7.5),AQ6, IF(AND(O6="N",SEARCH("Comp",D6),LEFT(D6,2)+0>24), IF(OR(AND(VLOOKUP(A6,'WOs (DSP...
  5. N

    Why Am I getting too many arguments for function

    Hi, I feel like I've rewritten and modified this formula over and over again, but can't figure out where I'm missing something. I'm getting a "too many arguments for this function" error for the following nested if...
  6. N

    Why is Nested If Statement Giving me a False

    Hi, I'm trying to figure out why this nested if is giving me a false: =IF(OR(F3="Y",AN3<=6),AQ3,IF(AND(O3="N",SEARCH("Open",D3),AQ3>=3),AQ3,IF(AND(SEARCH("Open",D3),O3="N"),IF(OR(AND(VLOOKUP(A3,'WOs (DSP Only)'!A:B,2,FALSE)>=3,(365/((AN3*AQ3)/VLOOKUP(A3,'WOs (DSP...
  7. N

    Why am I getting a circular reference error?

    Hi, I'm having trouble figuring out how to revise this formula to get rid of the circular reference error Excel is telling me I have: =IF(OR(F2="Y",AN2<=6),AQ2,IF(AND(O2="N",SEARCH("Open",D2),AQ2>=3),AQ2,IF(AND(O2="N",SEARCH("Open",D2)),IF(AND(VLOOKUP(A2,'WOs (DSP...
  8. N

    With Range and AutoFill Question

    Hi, I have a simple with formula but it's not copying down correctly. Sheets("WOs (DSP Only)").Select With Worksheets("WOs (DSP Only)") With .Range("A2:A" & Lastrow) .Formula = "=L2&""-""&K2&""-""&Z2&""-""&X2" End With With .Range("B2:B" & Lastrow) .FormulaArray =...
  9. N

    Filter, Copy, Paste, Array Formulas

    Hi, I'm trying to write some VBA code (and it's been awhile) to do the following: I have a tab called 'WOs' and another tab called 'WOs (DSP Only)'. I'm trying to first filter on the 'WOs' tab on column P to select only "DSP" and "REC". Then I'd like to copy all data on the 'WOs' tab and...

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