ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Formula help (https://www.excelbanter.com/excel-programming/356817-formula-help.html)

Michael Koerner

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




Carim

Formula help
 
Hi Michael,

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

HTH
Carim


simon

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

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


Michael Koerner

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)))
|



Carim

Formula help
 
Hi Michael,

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

HTH
Carim



All times are GMT +1. The time now is 05:15 PM.

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