Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
I have an Excel sheet with 5 Different Values:
These are the values for 14 Locations.
For the Expected values, the values are coming correct.
However for the Delivered values, a small change has to be made for Location 'PPP'
The Delivered values don't appear directly in 'PPP'. To obtain those values, we have to Deselect 'Location' as 'PPP' (i.e. no selections made on 'Location') and Select 'Work_Location' as 'PPP' and then we recieve those 'Delivered' values for Location 'PPP' (We actually then copy paste those values in the 'Delivered' section of Location 'PPP').
So I wanted to know is there any code that can be written in either the Back end or Front end to get this Location 'PPP' issue sorted out.
I have attached a sample Excel sheet for better understanding.
Hi,
a few questions to start with:
Regards,
Tim P.
Hi,
Thanks for taking the Time to reply
Answer to the 1st Question : No, I will not be keeping the 'Work_Location' in the Final Table. The 'Work_Location' field will be a filter.
Answer to the 2nd Question : Not necessary, the 'Location' can be anywhere, but even if you can provide me a solution for 'Location' = 'MMM', that will be great.
Thanks again.
Based on the example excel you've attached, what would your expected output be?
Do you want the 5,3,6 for Week2, 3 and 4 respectively to be applied for every PPP location? (So something like this?)
PPP | PPP | Week 2 | 0 | 5 |
PPP | PPP | Week 3 | 0 | 3 |
PPP | PPP | Week 4 | 0 | 6 |
PPP | - | Week 2 | 2 | 5 |
PPP | - | Week 3 | 2 | 3 |
PPP | - | Week 4 | 2 | 6 |
Regards,
Tim P.