Forum Discussion
Anonymous
2 years agoNot applicable
Combining LOOKUPVALUES
I have two sheets Go LMS Signups and Flex LMS Signups and they both have a column called Requested Signups. I need to get the Requested Signup information from each of those sheets into a 3rd sheet a...
Mahesh0016
2 years agoSuper User
Anonymous I hope this helps you
Create a calculated Column following below :
C =
IF ( ISBLANK ( 'Table'[Flex Requested Signup Origin] ), 'Table'[Go Requested Signup Origin], 'Table'[Flex Requested Signup Origin] )