Apr 11 2024 07:15 PM
I have a list of different services. I want to find a formula for all this services where for example when the service boss revolution to add 38, when vidapay add 58, att to add 50. Is there such thing. Thanks for the help
Apr 11 2024 10:58 PM
SolutionYou can use the IF function in Excel to achieve this.
Here is an example formula:
=IF(A2="Boss Revolution", 38, IF(A2="Vidapay", 58, IF(A2="ATT", 50, 0)))
In this formula:
You can extend this formula with additional IF functions to include more services and their corresponding values as needed.Formularbeginn The text and steps were edited with the help of AI.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark as best response and Like it!
This will help all forum participants.
Apr 11 2024 10:58 PM
SolutionYou can use the IF function in Excel to achieve this.
Here is an example formula:
=IF(A2="Boss Revolution", 38, IF(A2="Vidapay", 58, IF(A2="ATT", 50, 0)))
In this formula:
You can extend this formula with additional IF functions to include more services and their corresponding values as needed.Formularbeginn The text and steps were edited with the help of AI.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark as best response and Like it!
This will help all forum participants.