Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Simply put, I have the word "Shipping" in cell A1. In Cell B1 I have a dollar
amount. In cell C1 i have =IF(A1="Shipping",B1) I am trying to get C1 to return a blank cell when A1 does not have the word "Shipping) TIA -- bob |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this...
=IF(A1="Shipping",B1,"") -- Biff Microsoft Excel MVP "vdmbqb" wrote in message ... Simply put, I have the word "Shipping" in cell A1. In Cell B1 I have a dollar amount. In cell C1 i have =IF(A1="Shipping",B1) I am trying to get C1 to return a blank cell when A1 does not have the word "Shipping) TIA -- bob |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|