#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default vlookup in aging

it's been a long day and i know this is simple to do, but i think i am burned
out:

=VLOOKUP(J2,{0,"0-30";30,"60";61,"120";121,"180";181,"300";241,"300" ;301,"365+"},2)

need to be able to carry over to my pivot

joe
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default vlookup in aging

As-is, your formula looks ok in creating the "buckets" text labels col for
your pivoting. It returns the required text label ("bucket descript")
depending on the numerical values in J2 down. Maybe just add a simple front
IF check for blank cells and do an "add zero" to the lookup values in J2 down
(J2+0, instead of J2) to coerce any text numbers in col J to real numbers:
=IF(J2="","",VLOOKUP(J2+0,{0,"0-30";30,"60";61,"120";121,"180";181,"300";241,"300" ;301,"365+"},2))
Joy? hit YES below
--
Max
Singapore
---
"JoeM" wrote:
it's been a long day and i know this is simple to do, but i think i am burned
out:

=VLOOKUP(J2,{0,"0-30";30,"60";61,"120";121,"180";181,"300";241,"300" ;301,"365+"},2)

need to be able to carry over to my pivot


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
Aging Report Liz J[_2_] Excel Discussion (Misc queries) 4 November 4th 09 06:06 PM
AGING Phillip Excel Discussion (Misc queries) 2 April 22nd 09 10:20 AM
aging formula Drew Excel Discussion (Misc queries) 3 April 13th 07 11:12 PM
aging Rina Excel Worksheet Functions 2 October 23rd 06 05:50 PM
aging of invoices smurf Excel Worksheet Functions 2 September 14th 06 05:57 PM


All times are GMT +1. The time now is 11:03 AM.

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"