Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am attempting to created an ad calendar with the names of the media
placements. The formula's purpose is to chart the expense of the ads by calendar day in a grid that sums the cost by month. Probem I have is that on some days I may have more that one magazine I am placing an ad in. This nested if fuction identifies what media placment is being done for the day and then looks up the pricing for that media. But I am limited to only 7 nest. What other function could I use? Or does this have to build in VBA? =IF(B2="SB Top Banner",Pricing!$B$3,IF(B2="SB Buzz",Pricing!$B$2,IF(B2="MC ND Fax",Pricing!$D$2, IF(B2="SB NewPE",Pricing!$B$4,IF(B2="Direct Mail",Pricing!$M$2,IF(B2="*"&"PR"&"*",Pricing!$O$4 ,0)))))) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match and Sort for two range of data on different worksheets? | New Users to Excel | |||
Can I get Excel to determine the line curve formula without graph. | Excel Discussion (Misc queries) | |||
User-defined functions created in Excel 2000 fail in Excel 2003 | Excel Discussion (Misc queries) | |||
how can I use functions limited to selected records when autofilte | Excel Discussion (Misc queries) | |||
Limited IF Nested Level functions. | Excel Discussion (Misc queries) |