Forum Discussion
nmrotegard
Jun 07, 2022Copper Contributor
If function and capability
I'm working in Excel right now trying to create a spreadsheet for window pricing. Quick example, if I'm building a quote for a window install and the option from the drop down menu is single ope...
- Jun 07, 2022
=IF(B16="","",E16*F16)
HansVogelaar
Jun 07, 2022MVP
=IF(B16="","",E16*F16)
nmrotegard
Jun 24, 2022Copper Contributor
Thank you!! HansVogelaar