Jump to content

Pick Up The Field Figure Base On Period Of Days Criteria


This topic is 1684 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi Guys

I need some advice on how to calculate this. I tried using CASE and it doesn't seems like it work.


The Period In Days will increase by day. Depending on the figure in the PERIOD IN DAYS, ie. 16 the <15 will show ZERO. And the <30 will display the stk balance.

 

Case ( PERIOD IN DAYS ≤ 15; STOCK BALANCE;0; PERIOD IN DAYS ≤ 30; STOCK BALANCE;0; )

I did and excel of how should it look like in XLS. 


Thanks in advance
Ken

CAL2.JPG

Link to comment
Share on other sites

Your example shows 3 columns. That would require 3 calculation fields (or a repeating calculation field with 3 repetitions). And the calculations for <30 and < 60 would require 2 conditions because 12, for example, is not only less than 15,  but also less than 30 and 60.

  • Thanks 1
Link to comment
Share on other sites

This topic is 1684 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.