Forum Discussion

CWI_AK's avatar
CWI_AK
Copper Contributor
Jan 25, 2021
Solved

Looking up values and skipping blank cells

Hi,    I have a set of customer data where each customer occurs in multiple rows (one row for each product that they have bought). In most cases, only one of the product rows has the customer ID. I...
  • bovasclion's avatar
    Jan 25, 2021

    CWI_AK 

    As you like Customer Id to return =INDEX([ID],XMATCH(1,([Customer]=[@Customer])*([ID]<>""))) this would be fine. To make it dynamic use table 

Resources