SharePoint List Validation - sharepoint

I am struggling to have the following validation working in SharePoint:
Column | Column
Overall Status | Comments / Delay Explanations
"On Track" or "Delayed"
Based on the Overall Status if the result is "Delayed", the users should enter a minimum of (8) characters notes in the Comments / Delay Explanations column.
I have entered the characters validation in the Comments / Delay Explanations column, but I can't get the List Validation formula I wrote to work... Could someone please help me? Thanks!
enter image description here
enter image description here

I found the answer, hope this will help someone else :)
Althought I couldn't get the 8 characters to work at the same time :(
=IF([Overall Status]="Delayed",AND([Comments / Delay Explanations]<>""),TRUE)

Related

II CELL VALIDATION IN EXCEL II

I want to validate cell value only letters should be allowed at least six and more?
I have tried but I have failed I want to get answers through you I am sure you will try to give me the answer I want as soon as possible?
Dear NARESH VIJAYKUMAR SHINDE
I have done the same thing as you require before, hope you enjoy the solution
You can find the solution on the Microsoft website as an attached link,
https://support.microsoft.com/en-us/office/apply-data-validation-to-cells-29fecbcc-d1b9-42c1-9d76-eff3ce5f7249
If the cell is A1, you can test it as follow:
=IF(ISTEXT(A1), IF(LEN(A1) > 5, TRUE, FALSE), "Not a text")
If you mean Data Validation Excel functionality, you can define the rule as follow:
If you enter a text that is shorter and if you defined an Error Alert message you get the following:

Need Help To Get Matched Values From Table 1 to Table 2

Please Help me to Get Matched Values From Table 1 to Table 2 based on formula's
The table to needs to be filled by ref values based on the associate marked attendance.
I have tried V lookup() and Match() Nothing worked out.
Sorry ! Guys ! Self Found an Answer Just Now. I used it earlier but forgot it.
Just Now Remembered again.
The Value can be Get Through Countif() Function. and It it's HD Then Countif()*.5
If anyone know's other methods please post here so that will get some
idea's in easier way

Trying to find an error i made without the document availible

In trying to find the summation of 1-20 with n^2/Pi^2 I receive a summation of the total being 21.2774 as opposed to the correct answer of 290.7918. The first line of my table showed a correct answer to the formula being 0.1013. I do not have access to the old document to see where my mistakes where made so I am trying top work backwards at this point but have not been successful. Any help would be appreciated.

How to use logical formula to return a TRUE value

I need help to use a formula in excel to help me get the list of names to be followed up in my tele-call report. Only Parameters with Contact Not Reachable, Contact Not Available, Contact Not Sure / Undecided need to be followed up and the rest (Not Interested - No Representative, Appointment Confirmed, Blocked by Gatekeeper are NOT required any follow up.
I've tried using OR to get a return of FALSE for names need not to be followed up with above parameters mentioned but failed when i get a TRUE showing combination of Contact Not Reachable and Not Interested - No Representative in the next column.
Hope, my understanding is right. Please refer the snap below
Apply the below formula in E2 and drag down
=IF(SUM(COUNTIF(B2:D2,"Contact Not Reachable"),COUNTIF(B2:D2,"Contact Not Sure / Undecided"),COUNTIF(B2:D2,"Contact Not Available"))>=1,"Follow Up", "No Need")
enter image description here
I've edited your formula with the below:
=IF(SUM(COUNTIF(AP:AU,"Contact Not Reachable"),COUNTIF(AP:AU,"Contact Not Sure / Undecided"),COUNTIF(AP:AU,"Contact Not Available"),COUNTIF(AP:AU,"Contact Potentially Attending / Maybe"),COUNTIF(AP:AU,"Contact will Reply to Invitation"),COUNTIF(AP:AU,"Not Interested - Sending Representative"),COUNTIF(AP:AU,"Outstation / Overseas Number"),COUNTIF(AP:AU,"Requested to Call Back"),COUNTIF(AP:AU,"Requested to Resend Invitation / Email"))>=1,"Follow Up", "No Need")

IF statement and multiplying

I have an IF statement =IF(C7="SR",Rates!$G$20,IF(C7="UC",Rates!$H$20,IF(C7="DC",Rates!$G$20,))))
This works great and gives me the correct rate. The next step I need is to calculate that rate with a value from another cell. A simple =SUM(D6*P6) returns #VALUE!
Can someone please assist with this? Many thanks in advance
What are you trying to do with D6 and P6? (what's the value of both fields? numerical values?)
SUM(D6*P6) should work but I don't see what's the utility (just =D6*P6 would give you the same answer since you're not summing anything).

Resources