arguments

  1. M

    Formula Help with Nested If

    =IF(D4="",0,IF(D5="",TODAY()-D4,D5-D4,IF(G4="C",D4-D3,))) For the above formula I am getting the Error: You've entered to many arguments for this function. Please help and explain what I am doing wrong? If I just put the first two if statements they work fine. It's when I enter the third if...
  2. T

    Countifs one of the arguments is month and year???

    Hi I'm using a countifs function where there are 3 arguments. One of the arguments i'm asking it to look at is a date and if it falls in a certain month and year then it counts it as long as the other arguments also qualify, how do i go about writing this into my formula? Any and all help will...
  3. E

    IF OR Statement Too Many Arguments Error

    Hello, Thanks in advance for any help. I never have understood completely what it means by "arguments". I have this formula below that gives me an error saying too many arguments when I initially am building the formula/ What am I doing wrong and what exactly is an argument and how do you...
  4. tourless

    top copy multiple sheets to new book

    Hi Folks, Like the title says, I'm trying to take three sheets from the active workbook and copy them to a new workbook, however I don't think it's as easy as ThisWorkbook.Sheets(wsRequired1, wsRequired2, wsRequired3).Copy. Apparently that's too many arguments. I was hoping it could be done...
  5. B

    Sumif but need to skip over cells

    Hi all! Happy I found this forum as I'm in a pickle. I'm tracking some finances for my lab and cant figure this out. So I need the values of column c (total reimbursements submitted) to equal column b (total reimbursed) for each individual based on whether columns G4, l4, q4, v4, aa4 say 'Y' or...
  6. B

    Need assistance please

    I am trying to total in column C the amount of expired training my staff have. When i try the formulas it is saying Im using to many arguments. The cells are not together so The formula I tried is =countif(E10,G10,I10,K10,M10,O10,Q10,S10,U10,W10,Y10,AA10""<"&TODAY()) Is there a better way of...
  7. C

    Datedif: Error: You've entered too many arguments for this Fuction

    please help i have this formula and it is giving me a Error: You've entered too many arguments for this Fuction =IFERROR(IF(DATEDIF($V15,$W15,"y")=0,"",DATEDIF($V15,$W15,"y")&"y ")&IF(DATEDIF($V15,$W15,"ym")=0,"",DATEDIF($V15,$W15,"ym")&" m...
  8. F

    Need help VBA - Run procedure of project in another Workbook from current Workbook

    Hi everyone, I want to run a procedure of project in another Workbook (wb2) from current Workbook (wb1) -This procedure was not created by me and too complicated for me to understand. -This procedure has Arguments, like "Case 1","Case 2",etc -I do have wb2 open I was searching and found two...
  9. T

    Pass more than one argument

    If I want to pass ONE argument to a SubRoutine, I can do this: Dim MyArray() as Variant MyArray() = Array("Apples", "Oranges") Dim i As Integer For i = LBound(MyArray(), 1) To UBound(MyArray(), 1) Call SomeSub(Arg:=i) Next i What if SomeSub requires TWO arguments? How can I...
  10. J

    #N/A Error of to many arguments

    The following formula works well as long as the vlookup finds data. I need to work an IFNA into this formula, but since I have an "IF" condition before the vlookup, I can't add ifna in front of the vlookup or I will get an error of to many arguments. Am I missing a simple work-around on this...
  11. C

    Taking Array Arguments in IF function, what actually are going on?

    Hi all, I am always confused as to what Excel is doing when putting array arguments into an IF function. for example, if i have the following 2 arrays: Array A: 1, 2 3, 4 5, 6 Array B: I, II, III ref cell <--to input a number for comparison and if I have the following formula: =IF ( ref cell...
  12. M

    Too Few Arguments Error

    I have the following formula that, when I add one more cell to it, I get an error message that "You've added too few arguments for this function". But as soon as I delete "CR3," after "CM3" the formula works...
  13. S

    VBA Chart Active Point Number into Variable 1 Star

    Excel 2016 Where can I find pages that best covers the arguments etc for vba charts I want to click on a data point and then run a macro. Will use mouseover etc. The main thing at the moment what is the code to get the number and pass it to a variable. Say myTar and something like – (each time...
  14. Sean15

    Index and Match - Excel says function has too many arguments

    col A col B col C USA John Peter 12 Mexico JOHN Peter 20 FRA John C Peter 25 John Peter return value should be USA INDEX($A$3:$A$5, MATCH(True, Exact(B8, $B$3:$B$5, 0)) This formula is...
  15. C

    2 text IF arguments

    Hi How do I create to IF arguments for the same cell relating to text: So if cell A1 = "Non Portfolio" or "Portfolio status not yet known" then I want it to output "ALL COSTS", if false, then just blank. So normally for 1 argument it would be =IF($C$33="Non Portfolio"," ","ALL COSTS") Thank...
  16. G

    Getting value with double decimals

    Hi All, I am trying to write a Nested If the formula for more than 7 arguments. Below is my formula and answer received. <tbody>...
  17. D

    IF ISNA error

    I'm using the formula: =IF(ISNA(VLOOKUP(B12,'Allocation %'!B13:C63,2,0),"NotFound")) but I'm getting a 'too many arguments' error. I can't figure it out...... Any advise much appreciated.
  18. M

    Formula inquiry. Multiple If statement outcomes

    Hey everyone, I've spent the past few days banging my head off the wall with this one. What I need to do is take the recurring and completed into the equation. So essentially like this; If reccuring is Yes, than the formula result should be On time. The second part I need to work into it...
  19. B

    Help me with formula

    =MROUND(IF(AF6=100,2*AJ6+2*AK6+AO6, IF(AF6=101,2*AJ6+2*AK6+AL6, IF(AF6=102,4*AJ6+AO6, IF(AF6=103,2*AJ6+2*AK6+4*AO6, IF(AF6=104,2*AJ6+2*AK6+AO6, IF(AF6=105,AJ6+AK6+AL6+AM6+AN6+AO6, IF(AF6=106,2*AJ6+2*AK6+2*AL6, IF(AF6=107,2*AJ6+2*AK6+2*AL6, IF(AF6=108,2*AJ6+2*AK6+2*AL6...
  20. H

    Need to create a formula for date management that has different sets of parameters

    I have a date column - cell L5, and in cell M5 I would like to have values 0, 1, 2, 3, or 4 appear based on L5, the current date/today's date, and the following parameters: 0 would appear if the date value in L5 is "COMPLETED," "NEEDED" or "N/A" 1 would appear if the date value in L5 is...

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