if statement formula
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
jrook20
6 - Meteoroid
02-13-2025
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
I am looking to create a formula for an if statement I am using in excel. The excel formula is:
=if(G2=“Dog”,if(H2=“B”,MAX(M2-L2,0),if(H2=“S”,MAX(L2-M2,0),ABS(L2-M2))),M2)
Column G is “Animal”
Column H is “Buy Sell”
Column M is “Month over Month Proce”
Column L is “Monthly Price”
Thanks
Labels:
- Labels:
- Datasets
1 REPLY 1
binuacs
21 - Polaris
02-13-2025
11:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@jrook20 I think you need a combination of formula tool and summarize tool to calculate the formula in alteryx
