![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I tried the following IF function:
=IF(a1=Y, b1*1.03, b1*1.25) and it did not work. If there is a Y in Column A I want to output Column B multiplied by 1.03 otherwise I want it to output Column B muliplied by 1.25. Any suggestions? |
|
|
|
#2 |
|
Legend
Join Date: Feb 2002
Location: Minneapolis, Mn, USA
Posts: 9,704
|
Try this:
=IF(a1="Y", b1*1.03, b1*1.25) Cheers, Nate |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|