ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   FORMAT CELLS (https://www.excelbanter.com/excel-programming/350145-format-cells.html)

Dave Semple

FORMAT CELLS
 
IF CELL B1 = 1 DEVIDE A1 CELL BY .82

Niek Otten

FORMAT CELLS
 
In A1:

=IF(B1=1,YourPresentFormula,YourpresentFormula/0.82)
Are you sure you mean Divide, not Multiply?

--
Kind regards,

Niek Otten

"Dave Semple" <Dave wrote in message
...
IF CELL B1 = 1 DEVIDE A1 CELL BY .82




Niek Otten

FORMAT CELLS
 
Of course, the other way around:

=IF(B1=1,YourPresentFormula/0.82,YourpresentFormula)

--
Kind regards,

Niek Otten

"Niek Otten" wrote in message
...
In A1:

=IF(B1=1,YourPresentFormula,YourpresentFormula/0.82)
Are you sure you mean Divide, not Multiply?

--
Kind regards,

Niek Otten

"Dave Semple" <Dave wrote in message
...
IF CELL B1 = 1 DEVIDE A1 CELL BY .82







All times are GMT +1. The time now is 07:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com