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

I'm in Cell AA25: and need to access the data in cell O25 in a way that IF
cell O25: =1 then insert $130.00 or IF cell O25: =2 then insert $240.00 or
if O25: is blank leave AA25 blank. Any assistance is greatly appreciated.

--

Regards
Michael Koerner



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 510
Default Formula help

Hi Michael,

=if(O25=1,130,If(O25=2,240,""))

HTH
Carim

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Formula help

=IF(O25=1,130,IF(O25=2,240,0))

=IF(O25=1,130,IF(O25=2,240,IF(O25="","",0)))

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 164
Default Formula help

Thanks to all, worked perfectly

--

Regards
Michael Koerner


"simon" wrote in message
oups.com...
| =IF(O25=1,130,IF(O25=2,240,0))
|
| =IF(O25=1,130,IF(O25=2,240,IF(O25="","",0)))
|


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 510
Default Formula help

Hi Michael,

=If(O25=1,130,if(O25=2,240,""))

HTH
Carim

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
Regression Leverage Formula (Jerry W. Lewis or Mike Middleton)already have DFITS formula PJ[_3_] Excel Worksheet Functions 2 June 2nd 10 03:45 PM
Commenting custom formula fields/formula on formula editor Muxer Excel Programming 2 July 24th 03 01:02 AM


All times are GMT +1. The time now is 07:28 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"