IF function: Conditionally multiplying a value
Solved/Closed
BeastNZ
Posts
1
Registration date
Thursday December 16, 2021
Status
Member
Last seen
December 16, 2021
-
Updated on Dec 20, 2021 at 12:29 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Dec 20, 2021 at 12:27 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Dec 20, 2021 at 12:27 PM
Related:
- IF function: Conditionally multiplying a value
- Find function on mac - Guide
- Accessor function c++ - Guide
- Spreadsheet function - Guide
- Agp function - Guide
- Hard drive function - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Dec 20, 2021 at 12:27 PM
Dec 20, 2021 at 12:27 PM
Hi BeastNZ,
For that you would want to use an IF function.
Lets say the number 2 or 3 is in cell A1 and the value you want to multiply is in B1,then the formula would look like:
=IF(A1=2,B1*0.242,IF(A1=3,B1*0.445,""))
Best regards,
Trowa
For that you would want to use an IF function.
Lets say the number 2 or 3 is in cell A1 and the value you want to multiply is in B1,then the formula would look like:
=IF(A1=2,B1*0.242,IF(A1=3,B1*0.445,""))
Best regards,
Trowa