Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default FORMAT CELLS

IF CELL B1 = 1 DEVIDE A1 CELL BY .82
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
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





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 format cells to date format Stefan Excel Discussion (Misc queries) 0 June 1st 10 09:06 PM
How do I format cells to show date in Australian not US format? Kevin B[_2_] Excel Worksheet Functions 1 May 12th 08 04:17 AM
want format cells alignment not format cells font style Jeannie Bean Excel Discussion (Misc queries) 2 February 10th 06 09:31 AM
Cells won't convert to number format, even after format/cells/num. scottr Excel Discussion (Misc queries) 5 April 12th 05 11:02 PM
When I select "format cells", the format dialog box does not disp. Andy S. Excel Worksheet Functions 2 November 23rd 04 03:49 AM


All times are GMT +1. The time now is 03:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"