Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, I'm knocking around the edges of a problem here but can't seem to find the answer. The formula below works great but I want to add something to it. I want it to return FedEx Weekly Charge if the cell is question is blank and C2 = either 7 or 11. I have been trying various ISBLANKS and IF formulas but I can't seem to get the right combination. =IF(OR(C2=7,C2=11), "FedEx Weekly Charge", "") Thanks Eddie -- punter ------------------------------------------------------------------------ punter's Profile: http://www.excelforum.com/member.php...fo&userid=2044 View this thread: http://www.excelforum.com/showthread...hreadid=553174 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() punter Wrote: if the cell is question is blank what cell would that be? I assume you mean some cell other than C2!? Assuming your 'possible blank cell' is B2, then this should work. =IF(AND(OR(C2=7,C2=11),B2=""), "FedEx Weekly Charge", "") Matt -- Mallycat ------------------------------------------------------------------------ Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514 View this thread: http://www.excelforum.com/showthread...hreadid=553174 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks Matt. That worked perfectly. I knew I was close but wasn't sure of the right combination to get it running. Have a great day. Eddie -- punter ------------------------------------------------------------------------ punter's Profile: http://www.excelforum.com/member.php...fo&userid=2044 View this thread: http://www.excelforum.com/showthread...hreadid=553174 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hy Punter,
try this =IF(OR(C2=7,C2=11,C2=""), "FedEx Weekly Charge", "") Hope this helps Regards from Brazil Marcelo "punter" escreveu: Hi, I'm knocking around the edges of a problem here but can't seem to find the answer. The formula below works great but I want to add something to it. I want it to return FedEx Weekly Charge if the cell is question is blank and C2 = either 7 or 11. I have been trying various ISBLANKS and IF formulas but I can't seem to get the right combination. =IF(OR(C2=7,C2=11), "FedEx Weekly Charge", "") Thanks Eddie -- punter ------------------------------------------------------------------------ punter's Profile: http://www.excelforum.com/member.php...fo&userid=2044 View this thread: http://www.excelforum.com/showthread...hreadid=553174 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thank you very much. That will also work if I put in the parameters that I'm looking for. Eddie -- punter ------------------------------------------------------------------------ punter's Profile: http://www.excelforum.com/member.php...fo&userid=2044 View this thread: http://www.excelforum.com/showthread...hreadid=553174 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thanks for the feedback
Marcelo "punter" escreveu: Thank you very much. That will also work if I put in the parameters that I'm looking for. Eddie -- punter ------------------------------------------------------------------------ punter's Profile: http://www.excelforum.com/member.php...fo&userid=2044 View this thread: http://www.excelforum.com/showthread...hreadid=553174 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reconcile two months statement? | Excel Discussion (Misc queries) | |||
SET statement tutorial | Excel Discussion (Misc queries) | |||
If Statement linked to cell with VLOOKUP problem - getting wrong v | Excel Worksheet Functions | |||
If statement | Excel Discussion (Misc queries) | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions |