Share via

Microsoft Lists calculated column help - ref other columns

Anonymous
2022-05-17T14:49:56+00:00

Hi,

I'm looking to calculate a field based on other fields (all in the same data row). So if column A value is NO return data from column F else return data from column G

Basically a formula such as:

IF [Column A]=NO,"[Column F]","[Column G]"

Microsoft 365 and Office | SharePoint | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2022-05-17T15:43:26+00:00

Hi kelsurprise,

Thanks for posting in the community.

According to your description, please try this formula and check if it helps.

=IF([Column A], [Column G], [Column F])

When you have time, please feel free and come back to share the updates with us.

Regards,

George

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful