ilcaa
New member
- Joined
- Jun 15, 2018
- Messages
- 10
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- 2016
I am interested in running several functions on a text value under the same IF statement, what is the proper syntax?
any suggestions? thanks
if [Type] = "BILLPAY" then
Text.RemoveRange([Description],0,28)
Text.RemoveRange([Description],6,Text.Length([Description]) )
else null
- listing them on top of each other doesnt work,
- adding commas between them doesnt work
- using the AND between them doesnt work..
any suggestions? thanks
if [Type] = "BILLPAY" then
Text.RemoveRange([Description],0,28)
Text.RemoveRange([Description],6,Text.Length([Description]) )
else null