#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Quick formula

I think I'm confusing "if" with "or"...please help. I want cell A to use the
value in cell B if there is one, otherwise I want cell A to use the value in
cell C and multiply it by 2.25. Pretty easy, but I can't seem to get it to
work.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Quick formula

try this
=IF(B10,B1,C1*2.25)

"Scooter" wrote:

I think I'm confusing "if" with "or"...please help. I want cell A to use the
value in cell B if there is one, otherwise I want cell A to use the value in
cell C and multiply it by 2.25. Pretty easy, but I can't seem to get it to
work.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Quick formula

Hi

=IF(B1,B1,C1)*2.25

--
Regards

Roger Govier


"Scooter" wrote in message
...
I think I'm confusing "if" with "or"...please help. I want cell A to
use the
value in cell B if there is one, otherwise I want cell A to use the
value in
cell C and multiply it by 2.25. Pretty easy, but I can't seem to get
it to
work.



  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Quick formula

IF(B1=0,C1*2.25,B1)

Vaya con Dios,
Chuck, CABGx3



"Scooter" wrote:

I think I'm confusing "if" with "or"...please help. I want cell A to use the
value in cell B if there is one, otherwise I want cell A to use the value in
cell C and multiply it by 2.25. Pretty easy, but I can't seem to get it to
work.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Quick formula

Great...thank you very much.

"Mike" wrote:

try this
=IF(B10,B1,C1*2.25)

"Scooter" wrote:

I think I'm confusing "if" with "or"...please help. I want cell A to use the
value in cell B if there is one, otherwise I want cell A to use the value in
cell C and multiply it by 2.25. Pretty easy, but I can't seem to get it to
work.

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 2002 : Any Quick Sub Total Formula ? Mr. Low Excel Discussion (Misc queries) 3 November 10th 06 01:57 PM
quick key to go to formula bar steveb New Users to Excel 6 July 25th 06 04:11 AM
Quick Excel formula question before I go on holiday tomorrow! Pheasant Plucker® Excel Discussion (Misc queries) 2 October 5th 05 06:34 PM
I need help quick! Formula Cherry Excel Worksheet Functions 7 September 2nd 05 10:03 PM
Quick formula question jjjam Excel Worksheet Functions 8 July 8th 05 04:47 AM


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

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"