Forum Discussion
Vicgbt
Oct 01, 2021Copper Contributor
Column calculated from other existing columns
Hello,
I am very annoyed : I have a SharePoint list and I would like to get a calculated column whose content adds that of two other columns already existing in my list.
But when I select a calculated column, choose the columns on which I want to do my calculation and then validate, I get the error message below which tells me that the columns do not exist. How do you explain this please ??
Column calculation
Error message
Thanks in advance for your help ![]()
6 Replies
- RobElliottSilver Contributor
Vicgbt what column type are those 2 other columns in your list?
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)- VicgbtCopper Contributor
- gretchunkimBrass ContributorIs the column itself is a calculated column? I see the column of interest here is called "Daily REQ/ FT Advance...", and that lead me to assume that is the case.
From my experience, you can work around it by creating a new calculated column type using the column name (eg., =[$missingcolumn] in the formula. Then use this column in the secondary calculation.
Good luck!