Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hey guys, I'm tweaking a template can anyone translate this equation into english for me? =IF(B15="","-",H14-F15) What do the quotations mean? -- LinearChaos ------------------------------------------------------------------------ LinearChaos's Profile: http://www.excelforum.com/member.php...o&userid=35771 View this thread: http://www.excelforum.com/showthread...hreadid=555411 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() LinearChaos wrote: Hey guys, I'm tweaking a template can anyone translate this equation into english for me? =IF(B15="","-",H14-F15) Hi, I think it means that if B15 is empty it'll show - Regards, Bondi |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The formula means
IF B15 is empty (""), then return a -, else return H15-F15 I "LinearChaos" wrote in message ... Hey guys, I'm tweaking a template can anyone translate this equation into english for me? =IF(B15="","-",H14-F15) What do the quotations mean? -- LinearChaos ------------------------------------------------------------------------ LinearChaos's Profile: http://www.excelforum.com/member.php...o&userid=35771 View this thread: http://www.excelforum.com/showthread...hreadid=555411 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
without quotation marks? | Excel Discussion (Misc queries) | |||
Saving Spreadsheet to Unicode extra quotation marks | Excel Discussion (Misc queries) | |||
Saving Spreadsheet to Unicode extra quotation marks | Excel Discussion (Misc queries) | |||
Inserting Quotation Marks in all Cells | Excel Discussion (Misc queries) | |||
How do I concatenate text that actually contains quotation marks? | Excel Worksheet Functions |