Tring to use multiple arguements in a excel sheet.
On sheet January I have Countifs searching for a repeated id number
=COUNTIFS(January!D5250,"33247
This will record a single digit if a number is present in another cell
,January!G5:G250,"2*")
Completed it looks like this
=COUNTIFS(January!D5250,"33247",January!G5:G250,"2*")
Now I want it not to subtract a number in E3 of worksheet Tickets if no text exsist in
January!F5:F250
If text exsist no change,,, The text is added from data validation
Have been working on this all day ,,,
On sheet January I have Countifs searching for a repeated id number
=COUNTIFS(January!D5250,"33247
This will record a single digit if a number is present in another cell
,January!G5:G250,"2*")
Completed it looks like this
=COUNTIFS(January!D5250,"33247",January!G5:G250,"2*")
Now I want it not to subtract a number in E3 of worksheet Tickets if no text exsist in
January!F5:F250
If text exsist no change,,, The text is added from data validation
Have been working on this all day ,,,
250 when a id number is added I need it to count one in E3(on another sheet) When G5:G250 has a number starting in 2 I need a total of one in F3(on another sheet) If text is entered from a drop down list in F5:F250 then I need to subtract one from E3.