Andrian2712
New Member
- Joined
- Nov 17, 2023
- Messages
- 6
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
- Platform
- Windows
Hello, im having a problem with my formula, i wanted multiple condition, and multiple result, here is what i got for now.
Formula : =IF(C6="BADRUN",7000,IF(C6<>"BADRUN",8000,IF(RIGHT(C6,1)="E",12000,IF(RIGHT(C6,1)="C",5000))))
im putting this formula at "KILOAN" - "HARGA"
My condition,
if NAMA = BADRUN, then HARGA = 7000
if NAMA is not BADRUN, then HARGA = 8000
if NO (number) is having E on its right digit, then = 12000
if NO (number) is having C on its right digit, then = 5000
Help will be so appreciated.
Thankyou
Formula : =IF(C6="BADRUN",7000,IF(C6<>"BADRUN",8000,IF(RIGHT(C6,1)="E",12000,IF(RIGHT(C6,1)="C",5000))))
im putting this formula at "KILOAN" - "HARGA"
My condition,
if NAMA = BADRUN, then HARGA = 7000
if NAMA is not BADRUN, then HARGA = 8000
if NO (number) is having E on its right digit, then = 12000
if NO (number) is having C on its right digit, then = 5000
Help will be so appreciated.
Thankyou