Forum Discussion
If Statements For Calculated Column Beyond 19 Nested Cap - HELP
=IF([Nonclinical/Clinical Study Subtype calculated]<>"No", [Nonclinical/Clinical Study Subtype calculated],
IF([Nonclinical/Clinical Study Subtype calculated2]="No", "", [Nonclinical/Clinical Study Subtype calculated2]))
This formula checks if the value in [Nonclinical/Clinical Study Subtype calculated2] is equal to "No". If it is, it returns an empty string (""), indicating that there is no data to display. If it is not equal to "No", it returns the value in [Nonclinical/Clinical Study Subtype calculated2].
Make sure that the column names in the formula match the actual column names in your sheet and that the column containing the formula is formatted to display the correct data type.
- Varun8492Apr 01, 2023Copper Contributor
If the values are present when you export the data to Excel, but not in the SharePoint site, there could be a few potential issues that may be causing this problem.
One possibility is that the column formatting is not set correctly in SharePoint, which is causing the values to be displayed incorrectly or not at all. You may want to check the column settings and ensure that the column type is set correctly and that the formatting is set to display the data in the correct way.
Another possibility is that there may be some permissions or access issues that are preventing the data from being displayed in the SharePoint site. You may want to check the permissions and access settings for the site and ensure that the appropriate users have access to view the data.
Lastly, there may be some caching or refresh issues with the SharePoint site that are causing the data to not be displayed correctly. You may want to try clearing the cache or refreshing the site to see if that resolves the issue.
Please mark as solved if this solves your problem