Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
DauletKali
Helper I
Helper I

Double VLOOKUP

DauletKali_2-1602348586133.png

 

Hi guys, need your help in solving my problem

I need that function(s) which will return the number(3) if the Date(1) will be equal to TODAY() and the item (2) ="Селитра аммиачная

1 ACCEPTED SOLUTION
darentengmfs
Post Prodigy
Post Prodigy

@DauletKali 

 

If I understand this correctly, you want the function to return [3] if [1] is today and [2] is "Селитра аммиачная"?

 

I think you would need an IF function and not a lookup.

 

Function = IF(AND([1] = Today(),[2]="Селитра аммиачная"),[3],"")

View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

HI, @DauletKali 

As mentioned by @darentengmfs ,you need to create a calculated column as below:

Function = IF(AND(column[1] = Today(),column[2]="Селитра аммиачная"),column[3],"")

Could you please tell me whether @darentengmfs  formula works for you?
If yes, please  accept his answer as solution. You also could share your own solution here. For now, there is no content of description in the thread. If you still need help, please share more details to us.

 

Best Regards,
Community Support Team _ Eason

darentengmfs
Post Prodigy
Post Prodigy

@DauletKali 

 

If I understand this correctly, you want the function to return [3] if [1] is today and [2] is "Селитра аммиачная"?

 

I think you would need an IF function and not a lookup.

 

Function = IF(AND([1] = Today(),[2]="Селитра аммиачная"),[3],"")

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.