Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default formulas needed .. thanks

Hi, pls advise if there's any formulas that can help to derive below

($) Sales Forecast, Estimate Rev, Actual Rev
Sales Off 1 - Jan
Sales Off 1 - Feb
Sales Off 2 - Jan
SAles Off 2 - Feb
Sales Off 3 - Jan
Sales Off 3 - Feb

I'm trying to sum-up the Jan, Feb and Mar data for All sales offices by
using the Actual Rev. If Actual Rev is blank, then use estimated Rev. If
estimated rev is blank, then use sales forecast nos.

Any help will be appreciated.. thanks!

--
nikko
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default formulas needed .. thanks

=SUM(IF(B2:B200="",A2:A200, B2:B200))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.
Excel will automatically enclose the formula in braces (curly brackets), do
not try to do this manually.
When editing the formula, it must again be array-entered.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"nikko" wrote in message
...
Hi, pls advise if there's any formulas that can help to derive below

($) Sales Forecast, Estimate Rev, Actual Rev
Sales Off 1 - Jan
Sales Off 1 - Feb
Sales Off 2 - Jan
SAles Off 2 - Feb
Sales Off 3 - Jan
Sales Off 3 - Feb

I'm trying to sum-up the Jan, Feb and Mar data for All sales offices by
using the Actual Rev. If Actual Rev is blank, then use estimated Rev. If
estimated rev is blank, then use sales forecast nos.

Any help will be appreciated.. thanks!

--
nikko



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default formulas needed .. thanks

Hi Bob,
Say if Col B is for Actual rev, Col A is for Estimate rev, then what about
the sales forecast column...

--
nikko


"Bob Phillips" wrote:

=SUM(IF(B2:B200="",A2:A200, B2:B200))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.
Excel will automatically enclose the formula in braces (curly brackets), do
not try to do this manually.
When editing the formula, it must again be array-entered.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"nikko" wrote in message
...
Hi, pls advise if there's any formulas that can help to derive below

($) Sales Forecast, Estimate Rev, Actual Rev
Sales Off 1 - Jan
Sales Off 1 - Feb
Sales Off 2 - Jan
SAles Off 2 - Feb
Sales Off 3 - Jan
Sales Off 3 - Feb

I'm trying to sum-up the Jan, Feb and Mar data for All sales offices by
using the Actual Rev. If Actual Rev is blank, then use estimated Rev. If
estimated rev is blank, then use sales forecast nos.

Any help will be appreciated.. thanks!

--
nikko




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default formulas needed .. thanks

Don't understand the question.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"nikko" wrote in message
...
Hi Bob,
Say if Col B is for Actual rev, Col A is for Estimate rev, then what about
the sales forecast column...

--
nikko


"Bob Phillips" wrote:

=SUM(IF(B2:B200="",A2:A200, B2:B200))

which is an array formula, it should be committed with Ctrl-Shift-Enter,
not
just Enter.
Excel will automatically enclose the formula in braces (curly brackets),
do
not try to do this manually.
When editing the formula, it must again be array-entered.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"nikko" wrote in message
...
Hi, pls advise if there's any formulas that can help to derive below

($) Sales Forecast, Estimate Rev, Actual Rev
Sales Off 1 - Jan
Sales Off 1 - Feb
Sales Off 2 - Jan
SAles Off 2 - Feb
Sales Off 3 - Jan
Sales Off 3 - Feb

I'm trying to sum-up the Jan, Feb and Mar data for All sales offices by
using the Actual Rev. If Actual Rev is blank, then use estimated Rev.
If
estimated rev is blank, then use sales forecast nos.

Any help will be appreciated.. thanks!

--
nikko






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 846
Default formulas needed .. thanks

There are more elegant ways to do this

E1 = Actual
D1 = Estimated
C1 = Sales
=IF(ISNUMBER(E1),E1,IF(ISNUMBER(D1),D1,C1))

In F1 and then use a sumproduct similiar to what Bob Phillips suggested.

--
Wag more, bark less


"nikko" wrote:

Hi, pls advise if there's any formulas that can help to derive below

($) Sales Forecast, Estimate Rev, Actual Rev
Sales Off 1 - Jan
Sales Off 1 - Feb
Sales Off 2 - Jan
SAles Off 2 - Feb
Sales Off 3 - Jan
Sales Off 3 - Feb

I'm trying to sum-up the Jan, Feb and Mar data for All sales offices by
using the Actual Rev. If Actual Rev is blank, then use estimated Rev. If
estimated rev is blank, then use sales forecast nos.

Any help will be appreciated.. thanks!

--
nikko

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Array formulas help needed ArthurN Excel Worksheet Functions 3 October 11th 07 10:03 PM
IF FORMULAS NEEDED Kerri Olsen Excel Worksheet Functions 4 July 16th 07 09:21 PM
Help With Formulas Needed MAB Excel Worksheet Functions 1 January 12th 06 12:03 AM
Help needed on formulas busterbrown885 New Users to Excel 2 August 6th 05 06:26 AM
Tricky formulas needed Myrna Larson Excel Worksheet Functions 2 October 29th 04 03:29 AM


All times are GMT +1. The time now is 07:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"