Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

About Multiply the filtered value (Yesterday )

Hello,

 

I filtered from the yesterday column in the Excel table and I reached what workday we were.

 

Remaing workday = IF(Table1[Date]=TODAY()-1;Table1[Work Days])

 

My table:

https://hizliresim.com/r7S5xD

 

And Result: 

https://hizliresim.com/WO1qxY

 

I have no problem in this part.

 

I want to multiply the number on a column and the table above, but I couldn't. 

The workdays that appear for the yesterday I did above are not working in the multiplication process.

 

IF(Table1[Date]=TODAY()-1;Table1[Work Days])*[L8 için Plan]

 

The filter does not work in this code, and the multiplication table gives a very high number. I want it to multiply the data for yesterday. 

 

What do you recommend?

  • Anonymous 

     

    Just move the right parenthesis.

    ) * [L8 için Plan]

     

2 Replies

    • v-chuncz-msft's avatar
      v-chuncz-msft
      Icon for Community Support rankCommunity Support

      Anonymous 

       

      Just move the right parenthesis.

      ) * [L8 için Plan]