2025 Feb 26 4:52 AM - edited 2025 Feb 26 6:36 AM
Hey all,
Can anyone help me with getting the calculated North America Revenue to appear in Calculated Gross Sales for the Forecast Version?
The issue I’m facing:
When I use a simple IF statement on Units, the values appear correctly.
However, when I apply a LOOKUP formula and then use an IF statement, the values disappear.
Even if I try to directly display the Stored Price (which is fetched using LOOKUP), the values do not show up.
DRV0050 = Stored Price
DRV0020 = Units
H111100 = Gross Sales
DRV0055 Lookup Price (NA) = LOOKUP([DRV0050] ,[d/ENTITY]="#" )
- Since price for each product for all US regions stored under entity #
DRV0060 Revenue (NA) = [DRV0020]*[DRV0055]
IF([d/VERSION].[p/CATEGORY]="Actuals" ,[H111100] ,
IF([d/ENTITY].[p/ENTITY_H1L2]="United States" ,[DRV0060] ,[DRV0080]))
Request clarification before answering.
'Calc Gross Sales' is having scaling of M, while the 'Lookup price' is only 2.8k, probably it's only a problem of scaling. Try to remove the format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
20 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.