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 ,,,