Thread: FORMAT CELLS
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default 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