Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default FORMULA HELP PLEASE!

I am working on a project for my job and need a page numbering formula that
says:

Cell x is 3
unless Cellxx contains data, then cell x should be 4
unless cell xxx contains data, then cell x should be 5
unless cell xxxx contains data, then cell x should be 6

Can anyone help me? This is for a workbook that contains linked pages on 5
separate tabs.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default FORMULA HELP PLEASE!

Try this formula in cell x:

=IF(cellxxxx<"",6,IF(cellxxx<"",5,IF(cellxx<"", 4,3)))

Biff

"Solograndma" wrote in message
...
I am working on a project for my job and need a page numbering formula that
says:

Cell x is 3
unless Cellxx contains data, then cell x should be 4
unless cell xxx contains data, then cell x should be 5
unless cell xxxx contains data, then cell x should be 6

Can anyone help me? This is for a workbook that contains linked pages on 5
separate tabs.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default FORMULA HELP PLEASE!

PERFECT!!! Thank you so much. Project complete!! Everyone will be happy
thanks to you.

"T. Valko" wrote:

Try this formula in cell x:

=IF(cellxxxx<"",6,IF(cellxxx<"",5,IF(cellxx<"", 4,3)))

Biff

"Solograndma" wrote in message
...
I am working on a project for my job and need a page numbering formula that
says:

Cell x is 3
unless Cellxx contains data, then cell x should be 4
unless cell xxx contains data, then cell x should be 5
unless cell xxxx contains data, then cell x should be 6

Can anyone help me? This is for a workbook that contains linked pages on 5
separate tabs.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default FORMULA HELP PLEASE!

You're welcome. Thanks for the feedback!

Biff

"Solograndma" wrote in message
...
PERFECT!!! Thank you so much. Project complete!! Everyone will be happy
thanks to you.

"T. Valko" wrote:

Try this formula in cell x:

=IF(cellxxxx<"",6,IF(cellxxx<"",5,IF(cellxx<"", 4,3)))

Biff

"Solograndma" wrote in message
...
I am working on a project for my job and need a page numbering formula
that
says:

Cell x is 3
unless Cellxx contains data, then cell x should be 4
unless cell xxx contains data, then cell x should be 5
unless cell xxxx contains data, then cell x should be 6

Can anyone help me? This is for a workbook that contains linked pages
on 5
separate tabs.






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



All times are GMT +1. The time now is 09:01 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"