Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For example, this is what I'm doing currently (simplified the calculation for clarity):
if(A1*B1 < 1, "", A1*B1) This works fine but isn't there a way to simply return the calculation without having to repeat it manually as one of the returns? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Friday, March 19, 2021 at 9:59:21 AM UTC-7, David Terranova wrote:
For example, this is what I'm doing currently (simplified the calculation for clarity): if(A1*B1 < 1, "", A1*B1) This works fine but isn't there a way to simply return the calculation without having to repeat it manually as one of the returns? Maybe this will help (using Excel 360 and Windows 10): =LET(answer, A1*B1 , IF(answer<1, "", answer)) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I perform calculation within IF statement? | Excel Worksheet Functions | |||
Can I use symbols in an If statement as outcomes? | Excel Worksheet Functions | |||
If statement + date calculation | Excel Programming | |||
return calculation every four weeks | Excel Discussion (Misc queries) | |||
IF statement with 3 possible outcomes | Excel Worksheet Functions |