Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 144
Default Need help with function please

How can I revise this formula to flag colum A with the following: If B3 is
nontext (date) or "Blank" than "Blank" leave "blank" if not blank than enter
a "3" and If B4 is "blank, than leave blank if not blank than enter a "1"
and if B5 = Blank than leave blank if not blank than enter a 2. If blank row
than leave blank. I want to copy this down the whole column. Thank you.

=IF(ISNONTEXT(B3)*1,3,IF(B4="",1,IF(B5="",2)))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default Need help with function please

Hi

This sounds to me, the same as your earlier posting for which you received
responses except that you are now saying the existing values are in column
B, and you want your results in column A
If that is the case, then amend the formula I gave you to
=IF(B5="","",N(A4)+1)

If you would like, you can mail the workbook to me directly, and I will see
if I can get it to do what you want.
To mail direct
roger at technology4u dot co dot uk
Change the at and dots to make a valid email address.
--
Regards
Roger Govier

"TotallyConfused" wrote in
message ...
How can I revise this formula to flag colum A with the following: If B3
is
nontext (date) or "Blank" than "Blank" leave "blank" if not blank than
enter
a "3" and If B4 is "blank, than leave blank if not blank than enter a "1"
and if B5 = Blank than leave blank if not blank than enter a 2. If blank
row
than leave blank. I want to copy this down the whole column. Thank you.

=IF(ISNONTEXT(B3)*1,3,IF(B4="",1,IF(B5="",2)))


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
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


All times are GMT +1. The time now is 12:10 AM.

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

About Us

"It's about Microsoft Excel"